All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
String |
getClusterName() |
Map<String,String> |
getCommandParams() |
String |
getComponentName() |
Map<String,Map<String,Map<String,String>>> |
getConfigurationAttributes() |
Map<String,Map<String,String>> |
getConfigurations() |
State |
getDesiredState() |
ExecutionCommand |
getExecutionCommand() |
Boolean |
getHasStaleConfigs() |
Map<String,String> |
getHostLevelParams() |
String |
getHostname() |
StatusCommand.StatusCommandPayload |
getPayloadLevel() |
String |
getRole() |
String |
getServiceName() |
void |
setClusterName(String clusterName) |
void |
setCommandParams(Map<String,String> commandParams) |
void |
setComponentName(String componentName)
Sets both the componentName and the role .
|
void |
setConfigurationAttributes(Map<String,Map<String,Map<String,String>>> configurationAttributes) |
void |
setConfigurations(Map<String,Map<String,String>> configurations) |
void |
setDesiredState(State desiredState) |
void |
setExecutionCommand(ExecutionCommand executionCommand) |
void |
setHasStaleConfigs(Boolean hasStaleConfigs) |
void |
setHostLevelParams(Map<String,String> params) |
void |
setHostname(String hostname) |
void |
setPayloadLevel(StatusCommand.StatusCommandPayload payloadLevel) |
void |
setServiceName(String serviceName) |