| Package | Description |
|---|---|
| com.spotify.helios.common.descriptors |
| Modifier and Type | Method and Description |
|---|---|
ThrottleState |
TaskStatus.getThrottled() |
static ThrottleState |
ThrottleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThrottleState[] |
ThrottleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TaskStatus.Builder |
TaskStatus.Builder.setThrottled(ThrottleState throttled) |
| Constructor and Description |
|---|
TaskStatus(Job job,
Goal goal,
TaskStatus.State state,
String containerId,
ThrottleState throttled,
Map<String,PortMapping> ports,
Map<String,String> env,
String containerError) |
Copyright © 2017. All rights reserved.