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) |