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) |
void |
ZooKeeperMasterModel.deregisterHost(String host)
|
void |
MasterModel.deregisterHost(String host) |
com.spotify.helios.common.descriptors.Deployment |
ZooKeeperMasterModel.undeployJob(String host,
com.spotify.helios.common.descriptors.JobId jobId) |
com.spotify.helios.common.descriptors.Deployment |
MasterModel.undeployJob(String host,
com.spotify.helios.common.descriptors.JobId jobId) |
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) |
void |
MasterModel.updateDeployment(String host,
com.spotify.helios.common.descriptors.Deployment deployment) |
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) |