| Package | Description |
|---|---|
| com.spotify.helios.agent |
| Modifier and Type | Field and Description |
|---|---|
static Map<com.spotify.helios.common.descriptors.JobId,Execution> |
Agent.EMPTY_EXECUTIONS |
| Modifier and Type | Method and Description |
|---|---|
static Execution |
Execution.of(com.spotify.helios.common.descriptors.Job job) |
Execution |
Execution.withGoal(com.spotify.helios.common.descriptors.Goal goal) |
Execution |
Execution.withPorts(Map<String,Integer> ports) |
| Constructor and Description |
|---|
Agent(AgentModel model,
SupervisorFactory supervisorFactory,
ReactorFactory reactorFactory,
PersistentAtomicReference<Map<com.spotify.helios.common.descriptors.JobId,Execution>> executions,
PortAllocator portAllocator,
Reaper reaper)
Create a new agent.
|
Copyright © 2017. All rights reserved.