See: Description
Class | Description |
---|---|
AboutController |
REST controller that provides meta information regarding the dataflow server and its
deployers.
|
AppRegistryController |
Handles all
AppRegistry related interactions. |
CompletionController |
Exposes the DSL completion features of
StreamCompletionProvider and
TaskCompletionProvider as a REST API. |
JobExecutionController |
Controller for operations on
JobExecution . |
JobInstanceController |
Controller for operations on
JobInstance . |
JobStepExecutionController | |
JobStepExecutionProgressController | |
MetricsController |
Controller handling metrics requests for as a passthrough to collector.
|
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 | |
SkipperAppRegistryController |
Handles all
DefaultAppRegistryService related interactions. |
SkipperStreamDeploymentController |
Controller for deployment operations on
StreamDefinition s. |
StreamDefinitionController |
Controller for operations on
StreamDefinition . |
StreamDeploymentController |
Controller for deployment operations on
StreamDefinition . |
TaskDefinitionController |
Controller for operations on
TaskDefinition . |
TaskExecutionController |
Controller for operations on
TaskExecution . |
ToolsController |
A controller for integrating with frontend tools.
|
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).
|
WhitelistProperties |
Knows how to expand app properties into their full form if whitelist properties (short
hand form) have been used.
|
Exception | Description |
---|---|
AppAlreadyRegisteredException | |
NoSuchAppException | |
NoSuchAppInstanceException | |
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.
|
UnregisterAppException |
Exception thrown when an application can not be unregistered.
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.