Package | Description |
---|---|
org.apache.ambari.server.controller | |
org.apache.ambari.server.state | |
org.apache.ambari.server.state.host | |
org.apache.ambari.server.state.svccomphost |
Modifier and Type | Method and Description |
---|---|
Map<String,HostConfig> |
ServiceComponentHostResponse.getActualConfigs() |
Map<String,HostConfig> |
HostResponse.getDesiredHostConfigs() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceComponentHostResponse.setActualConfigs(Map<String,HostConfig> configs) |
void |
HostResponse.setDesiredHostConfigs(Map<String,HostConfig> desiredHostConfigs) |
Modifier and Type | Method and Description |
---|---|
Map<String,HostConfig> |
ServiceComponentHost.getActualConfigs()
Gets the actual config tags, if known.
|
Map<String,HostConfig> |
Host.getDesiredHostConfigs(Cluster cluster,
Map<String,DesiredConfig> clusterDesiredConfigs)
Get the desired configurations for the host including overrides
|
Modifier and Type | Method and Description |
---|---|
Map<String,HostConfig> |
HostImpl.getDesiredHostConfigs(Cluster cluster,
Map<String,DesiredConfig> clusterDesiredConfigs)
Get the desired configurations for the host including overrides
|
Modifier and Type | Method and Description |
---|---|
Map<String,HostConfig> |
ServiceComponentHostImpl.getActualConfigs() |
Copyright © 2022 Apache Software Foundation. All rights reserved.