Package | Description |
---|---|
org.springframework.cloud.dataflow.rest.client |
Defines the operations of the Spring Cloud Data Flow REST Client.
|
org.springframework.cloud.dataflow.rest.resource |
Spring Cloud Data Flow REST HATEOAS Resource support.
|
org.springframework.cloud.dataflow.server.controller |
Spring Cloud Data Flow Server Controllers.
|
Modifier and Type | Method and Description |
---|---|
Collection<CurrentTaskExecutionsResource> |
TaskTemplate.currentTaskExecutions() |
Collection<CurrentTaskExecutionsResource> |
TaskOperations.currentTaskExecutions()
Return information including the count of currently executing tasks and task execution
limits.
|
Modifier and Type | Method and Description |
---|---|
static CurrentTaskExecutionsResource |
CurrentTaskExecutionsResource.fromTaskExecutionInformation(PlatformTaskExecutionInformation taskExecutionInformation)
Create a CurrentTaskExecutionsResource
|
Modifier and Type | Method and Description |
---|---|
Collection<CurrentTaskExecutionsResource> |
TaskExecutionController.getCurrentTaskExecutionsInfo() |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.