See: Description
Interface | Description |
---|---|
DeploymentIdRepository |
Interface for repository that maps deployment keys to IDs.
|
StreamDefinitionRepository | |
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 . |
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.
|
NoSuchStreamDefinitionException |
Thrown when a stream definition 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 © 2016 Pivotal Software, Inc.. All rights reserved.