| Package | Description |
|---|---|
| com.spotify.helios.agent |
| Modifier and Type | Class and Description |
|---|---|
class |
ZooKeeperAgentModel
The Helios Agent's view into ZooKeeper.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AgentModel.Listener.tasksChanged(AgentModel model)
The set of tasks changed.
|
| 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.
|
DefaultStatusUpdater(AgentModel model,
com.spotify.helios.common.descriptors.TaskStatus.Builder builder) |
SupervisorFactory(AgentModel model,
com.spotify.docker.client.DockerClient dockerClient,
Map<String,String> envVars,
ServiceRegistrar registrar,
List<ContainerDecorator> containerDecorators,
com.spotify.docker.client.DockerHost dockerHost,
String host,
SupervisorMetrics supervisorMetrics,
String namespace,
String defaultRegistrationDomain,
List<String> dns) |
Copyright © 2017. All rights reserved.