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) |
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) |
com.spotify.helios.common.descriptors.Deployment |
ZooKeeperMasterModel.undeployJob(String host,
com.spotify.helios.common.descriptors.JobId jobId,
String token)
Undeploys the job specified by jobId on host.
|
com.spotify.helios.common.descriptors.Deployment |
MasterModel.undeployJob(String host,
com.spotify.helios.common.descriptors.JobId jobId,
String token) |
void |
ZooKeeperMasterModel.updateDeployment(String host,
com.spotify.helios.common.descriptors.Deployment deployment,
String token)
Used to update the existing deployment of a job.
|
void |
MasterModel.updateDeployment(String host,
com.spotify.helios.common.descriptors.Deployment deployment,
String token) |