| Package | Description |
|---|---|
| com.spotify.helios.common.descriptors |
| Modifier and Type | Method and Description |
|---|---|
HostStatus.Status |
HostStatus.getStatus() |
static HostStatus.Status |
HostStatus.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostStatus.Status[] |
HostStatus.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HostStatus.Builder |
HostStatus.Builder.setStatus(HostStatus.Status status) |
| Constructor and Description |
|---|
HostStatus(Map<JobId,Deployment> jobs,
Map<JobId,TaskStatus> statuses,
HostStatus.Status status,
HostInfo hostInfo,
AgentInfo agentInfo,
Map<String,String> environment,
Map<String,String> labels)
Constructor.
|
Copyright © 2016. All rights reserved.