com.spotify.helios.common.descriptors.DeploymentGroup |
ZooKeeperMasterModel.getDeploymentGroup(String name) |
com.spotify.helios.common.descriptors.DeploymentGroup |
MasterModel.getDeploymentGroup(String name) |
List<String> |
ZooKeeperMasterModel.getDeploymentGroupHosts(String name) |
List<String> |
MasterModel.getDeploymentGroupHosts(String name) |
com.spotify.helios.common.descriptors.DeploymentGroupStatus |
ZooKeeperMasterModel.getDeploymentGroupStatus(String name) |
com.spotify.helios.common.descriptors.DeploymentGroupStatus |
MasterModel.getDeploymentGroupStatus(String name) |
void |
ZooKeeperMasterModel.removeDeploymentGroup(String name)
Remove a deployment group.
|
void |
MasterModel.removeDeploymentGroup(String name) |
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) |
void |
ZooKeeperMasterModel.stopDeploymentGroup(String deploymentGroupName) |
void |
MasterModel.stopDeploymentGroup(String deploymentGroupName) |
void |
ZooKeeperMasterModel.updateDeploymentGroupHosts(String groupName,
List<String> hosts) |
void |
MasterModel.updateDeploymentGroupHosts(String groupName,
List<String> hosts) |