See: Description
| Class | Description |
|---|---|
| AggregateCounterController |
Allows interaction with Aggregate Counters.
|
| AppRegistryController |
Handles all
AppRegistry related interactions. |
| CompletionController |
Exposes the DSL completion features of
StreamCompletionProvider as a REST API. |
| CounterController |
Allows interaction with Counters.
|
| FeaturesController |
REST controller that provides features that are enabled/disabled on the dataflow server.
|
| FieldValueCounterController |
Allows interaction with Field Value Counters.
|
| JobExecutionController |
Controller for operations on
JobExecution. |
| JobInstanceController |
Controller for operations on
JobInstance. |
| JobStepExecutionController | |
| JobStepExecutionProgressController | |
| RestControllerAdvice |
Apply common behavior (exception handling etc.,) to all the REST controllers.
|
| RootController |
Controller for the root resource of the Data Flow server.
|
| RuntimeAppsController |
Exposes runtime status of deployed apps.
|
| RuntimeAppsController.AppInstanceController | |
| StreamDefinitionController |
Controller for operations on
StreamDefinition. |
| StreamDeploymentController |
Controller for deployment operations on
StreamDefinition. |
| TaskDefinitionController |
Controller for operations on
TaskDefinition. |
| TaskDeploymentController |
Controller for operations for deployment operations.
|
| TaskExecutionController |
Controller for operations on
TaskExecution. |
| UiController |
A simple (web, not REST) controller to trigger a redirect to the index page of the
admin ui (which comes packaged as a dependency).
|
| Exception | Description |
|---|---|
| AppAlreadyRegisteredException | |
| StreamAlreadyDeployedException |
Thrown when a stream is already deployed when the controller gets a request to deploy it.
|
| StreamAlreadyDeployingException |
Thrown when a stream is already being deployed when the controller gets a request to deploy it.
|
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.