public class CurrentTaskExecutionsResource
extends org.springframework.hateoas.ResourceSupport
Constructor and Description |
---|
CurrentTaskExecutionsResource() |
Modifier and Type | Method and Description |
---|---|
long |
getMaximumTaskExecutions() |
long |
getRunningExecutionCount() |
void |
setMaximumTaskExecutions(long maximumTaskExecutions)
Set the maximum number of concurrently running task executions allowed.
|
void |
setRunningExecutionCount(long runningExecutionCount)
Set the current number of running task executions.
|
public long getMaximumTaskExecutions()
public void setMaximumTaskExecutions(long maximumTaskExecutions)
maximumTaskExecutions
- that should be allowed to be executed.public long getRunningExecutionCount()
public void setRunningExecutionCount(long runningExecutionCount)
runningExecutionCount
- the current count of running executions.Copyright © 2019 Pivotal Software, Inc.. All rights reserved.