| Interface | Description |
|---|---|
| DeploymentStatusRepository<T,ID extends java.io.Serializable & java.lang.Comparable<ID>> |
Interface definition for repositories that support the reporting
of deployment unit state.
|
| DeploymentUnit |
DeploymentUnit is a collection of modules that are intended to be
deployed as a single unit. |
| ResourceDeployer<R extends BaseDefinition> |
Interface for XD Resource Services.
|
| Class | Description |
|---|---|
| BaseDefinition |
Represents the base model for a data flow in the system.
|
| DeploymentUnitStatus |
Status for a
DeploymentUnit. |
| Job |
Domain model for Job runtime module.
|
| Job.Builder |
Builder object for
Job that supports fluent style configuration. |
| JobDeploymentsPath |
Builder object for paths under
Paths.JOB_DEPLOYMENTS. |
| ModuleDeploymentRequestsPath |
Builder object for paths under
Paths.REQUESTED. |
| ModuleDeploymentsPath |
Builder object for paths under
Paths.DEPLOYMENTS for module deployments. |
| Stream |
Domain model for runtime Stream modules.
|
| Stream.Builder |
Builder object for
Stream that supports fluent style configuration. |
| StreamDeploymentsPath |
Builder object for paths under
Paths.STREAM_DEPLOYMENTS. |
| Enum | Description |
|---|---|
| DeploymentUnitStatus.State |
Deployment unit states.
|
| Exception | Description |
|---|---|
| RuntimeIOException |
Thrown when something goes wrong during some IO operation.
|
| RuntimeTimeoutException |
Exception thrown when a blocking operation times out.
|