Class | Description |
---|---|
CompositeModuleDefinition | |
ModuleDefinition |
An instance of ModuleDefinition reflects the fact that a given module (identified by its type and name) is
'available', i.e. that it can be used in a job or stream definition.
|
ModuleDefinitions |
Factory class to create
ModuleDefinition s. |
ModuleDeploymentProperties |
Deployment properties for a module.
|
ModuleDescriptor |
Representation of a module in the context of a defined stream or job.
|
ModuleDescriptor.Builder |
Builder object for
ModuleDescriptor . |
ModuleDescriptor.Key |
Key to be used in Map of ModuleDescriptors.
|
RuntimeModuleDeploymentProperties |
Runtime
ModuleDeploymentProperties for a module. |
SimpleModuleDefinition |
A module definition for a "simple", single module whose code and supporting resources
can be located somewhere.
|
TestModuleDefinitions |
Utility class for creating ModuleDefinitions in the context of tests.
|
Enum | Description |
---|---|
ModuleType |
Represents the kind of modules that make up a stream or job.
|