| Name | Description | Type | Package | Framework |
| BaseState | | Class | cascading.management.state | Cascading |
|
| CascadingServices | monitoring and management systems. | Class | cascading.management | Cascading |
|
| CascadingServices .NullDocumentService | | Class | cascading.management.CascadingServices | Cascading |
|
| CascadingServices .NullMetricsService | | Class | cascading.management.CascadingServices | Cascading |
|
| ClientState | | Class | cascading.management.state | Cascading |
|
| DocumentService | | Interface | cascading.management | Cascading |
|
| DocumentServiceException | Exception DocumentServiceException is thrown from within a DocumentService instance. | Class | cascading.management | Cascading |
|
| MetricsService | | Interface | cascading.management | Cascading |
|
| Order | Order describes the order in which Property annotations shall be displayed. | Class | cascading.management.annotation | Cascading |
|
| Property | Property annotations can be used to send additional information about certain aspects of Cascading classes to the DocumentService. | Class | cascading.management.annotation | Cascading |
|
| PropertyConfigured | PropertyConfigured is an annotation to document the configuration key and the default value of a given @Property annotation on the same AnnotatedElement. | Class | cascading.management.annotation | Cascading |
|
| PropertyDescription | PropertyDescription is an annotation that can be used to describe the @Property annotation present on the same AnnotatedElement. | Class | cascading.management.annotation | Cascading |
|
| PropertyOrder | PropertyOrder is an annotation at the class level that controls the sort order of the Property annotations present Order. | Class | cascading.management.annotation | Cascading |
|
| PropertyRegexSanitizer | PropertyRegexSanitizer is an annotation to be used in conjunction with a Property annotation to sanitize values containing sensitive information with a given regular expression. | Class | cascading.management.annotation | Cascading |
|
| PropertySanitizer | PropertySanitizer is an annotation to be used in conjunction with a Property annotation to sanitize values containing sensitive information. | Class | cascading.management.annotation | Cascading |
|
| Sanitizer | Sanitizer is an interface to be used in conjunction with PropertySanitizer. | Interface | cascading.management.annotation | Cascading |
|
| UnitOfWork | allowing them to be used interchangeably. | Interface | cascading.management | Cascading |
|
| UnitOfWorkExecutorStrategy | This is the default spawn strategy. | Class | cascading.management | Cascading |
|
| UnitOfWorkSpawnStrategy | The interface UnitOfWorkSpawnStrategy is a strategy for allowing pluggable thread management services into any UnitOfWork class. | Interface | cascading.management | Cascading |
|
| URISanitizer | URISanitizer is an implementation of the Sanitizer interface to sanitize URIs of different kinds (file, HTTP, HDFS, JDBC etc. | Class | cascading.management.annotation | Cascading |
|
| Visibility | Visibility controls whether a certain Property is visible to a certain PRIVATE - recommended that only a developer or team/project member have access to the valuePROTECTED - recommended for interested and authorized partiesPUBLIC - recommended for use as general purpose information | Class | cascading.management.annotation | Cascading |