void |
ZooKeeperMasterModel.deployJob(String host,
com.spotify.helios.common.descriptors.Deployment job) |
void |
MasterModel.deployJob(String host,
com.spotify.helios.common.descriptors.Deployment job) |
void |
ZooKeeperMasterModel.deployJob(String host,
com.spotify.helios.common.descriptors.Deployment deployment,
String token)
Creates a config entry within the specified agent to un/deploy a job, or more generally, change
the deployment status according to the Goal value in Deployment.
|
void |
MasterModel.deployJob(String host,
com.spotify.helios.common.descriptors.Deployment job,
String token) |
List<com.spotify.helios.common.descriptors.TaskStatusEvent> |
ZooKeeperMasterModel.getJobHistory(com.spotify.helios.common.descriptors.JobId jobId)
Given a jobId, returns the N most recent events in its history in the cluster.
|
List<com.spotify.helios.common.descriptors.TaskStatusEvent> |
MasterModel.getJobHistory(com.spotify.helios.common.descriptors.JobId jobId) |
List<com.spotify.helios.common.descriptors.TaskStatusEvent> |
ZooKeeperMasterModel.getJobHistory(com.spotify.helios.common.descriptors.JobId jobId,
String host)
Given a jobId and host, returns the N most recent events in its history on that host in the
cluster.
|
List<com.spotify.helios.common.descriptors.TaskStatusEvent> |
MasterModel.getJobHistory(com.spotify.helios.common.descriptors.JobId jobId,
String host) |
com.spotify.helios.common.descriptors.Job |
ZooKeeperMasterModel.removeJob(com.spotify.helios.common.descriptors.JobId jobId) |
com.spotify.helios.common.descriptors.Job |
MasterModel.removeJob(com.spotify.helios.common.descriptors.JobId jobId) |
com.spotify.helios.common.descriptors.Job |
ZooKeeperMasterModel.removeJob(com.spotify.helios.common.descriptors.JobId id,
String token)
Deletes a job from ZooKeeper.
|
com.spotify.helios.common.descriptors.Job |
MasterModel.removeJob(com.spotify.helios.common.descriptors.JobId jobId,
String token) |
void |
ZooKeeperMasterModel.rollingUpdate(com.spotify.helios.common.descriptors.DeploymentGroup deploymentGroup,
com.spotify.helios.common.descriptors.JobId jobId,
com.spotify.helios.common.descriptors.RolloutOptions options) |
void |
MasterModel.rollingUpdate(com.spotify.helios.common.descriptors.DeploymentGroup deploymentGroup,
com.spotify.helios.common.descriptors.JobId jobId,
com.spotify.helios.common.descriptors.RolloutOptions options) |