See: Description
Interface | Description |
---|---|
DeploymentIdRepository |
Interface for repository that maps deployment keys to IDs.
|
StreamDefinitionRepository |
Repository to access
StreamDefinition s. |
StreamDeploymentRepository |
Repository for storing deployment information for Stream.
|
TaskDefinitionRepository |
Repository to access
TaskDefinition s. |
Class | Description |
---|---|
AbstractRdbmsKeyValueRepository<D> |
Abstract class for RDBMS based repositories.
|
DeploymentKey |
Utility methods for determining the key to be used in a
DeploymentIdRepository . |
RdbmsDeploymentIdRepository |
RDBMS implementation of
DeploymentIdRepository . |
RdbmsStreamDefinitionRepository |
RDBMS implementation of
StreamDefinitionRepository . |
RdbmsStreamDeploymentRepository |
RDBMS implementation of
StreamDeploymentRepository . |
RdbmsTaskDefinitionRepository |
RDBMS implementation of
TaskDefinitionRepository . |
Exception | Description |
---|---|
DuplicateStreamDefinitionException |
Thrown to indicate that the creation of a stream failed because a stream with the given
name already exists.
|
DuplicateTaskException |
Thrown to indicate that the creation of a task failed because a task with the given
name already exists.
|
IncompatibleStreamDeployerException |
Thrown when a stream deployment is attempted on incompatible
StreamDeployers deployer |
NoSuchAuditRecordException |
Thrown when an audit record of a given id was expected but did not exist.
|
NoSuchScheduleException |
Exception is thrown if there is no schedule information available.
|
NoSuchStreamDefinitionException |
Thrown when a stream definition of a given name was expected but did not exist.
|
NoSuchStreamDeploymentException |
Thrown when a stream deployment of a given name was expected but did not exist.
|
NoSuchTaskBatchException |
Exception is thrown if there is no mapping between a batch job execution and
a task execution.
|
NoSuchTaskDefinitionException |
Thrown when a task definition of a given name was expected but did not exist.
|
NoSuchTaskExecutionException |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.