| Package | Description |
|---|---|
| com.spotify.helios.common.descriptors |
| Modifier and Type | Class and Description |
|---|---|
class |
AgentInfo
Information about the Helios Agent (aka "host").
|
class |
Deployment
|
class |
HostInfo
Represents the Agent system information.
|
class |
HostStatus
Gives the Helios host status for the agent, which includes all jobs, their statuses, as well
as host and agent information.
|
class |
Job
Represents a Helios job.
|
class |
JobId
Uniquely Identifies Jobs
Has a string representation in JSON of:
|
class |
PortMapping
Represents a mapping from a port inside the container to be exposed on the agent.
|
class |
ServiceEndpoint
Note: When this is used as a map key, it shows up as
|
class |
ServicePortParameters
A class that used to do something, but now is just effectively a placeholder in a Map
that is treated as a Set.
|
class |
ServicePorts
Effectively a set of port names, that is the map keys, as ServicePortParameters is just
an empty JSON object.
|
class |
Task
|
class |
TaskStatus
The state of the deployed job (aka a task).
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Descriptor> |
Descriptor.parse(byte[] bytes,
Class<T> clazz) |
static <T extends Descriptor> |
Descriptor.parse(String value,
Class<T> clazz) |
Copyright © 2014. All rights reserved.