See: Description
Interface | Description |
---|---|
DeploymentIdRepository |
Interface for repository that maps deployment keys to IDs.
|
StreamDefinitionRepository | |
StreamDeploymentRepository |
Repository for storing deployment information for Stream.
|
TaskDefinitionRepository |
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 |
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.
|
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.