Package | Description |
---|---|
org.apache.ambari.server.controller | |
org.apache.ambari.server.state | |
org.apache.ambari.server.state.cluster | |
org.apache.ambari.server.state.host |
Modifier and Type | Method and Description |
---|---|
Map<String,DesiredConfig> |
ClusterResponse.getDesiredConfigs() |
Map<String,DesiredConfig> |
HostResponse.getDesiredConfigs() |
Modifier and Type | Method and Description |
---|---|
void |
ClusterResponse.setDesiredConfigs(Map<String,DesiredConfig> configs) |
void |
HostResponse.setDesiredConfigs(Map<String,DesiredConfig> desired) |
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,DesiredConfig>> |
Cluster.getAllHostsDesiredConfigs()
Fetch desired configs for all hosts in cluster
|
Map<String,DesiredConfig> |
Cluster.getDesiredConfigs()
Gets the desired configurations for the cluster.
|
Map<String,DesiredConfig> |
Host.getDesiredConfigs(long clusterId)
Gets all the selected configurations for the host.
|
Map<String,Map<String,DesiredConfig>> |
Cluster.getHostsDesiredConfigs(Collection<String> hostnames)
Fetch desired configs for list of hosts in cluster
|
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,DesiredConfig>> |
ClusterImpl.getAllHostsDesiredConfigs() |
Map<String,DesiredConfig> |
ClusterImpl.getDesiredConfigs() |
Map<String,Map<String,DesiredConfig>> |
ClusterImpl.getHostsDesiredConfigs(Collection<String> hostnames) |
Modifier and Type | Method and Description |
---|---|
Map<String,DesiredConfig> |
HostImpl.getDesiredConfigs(long clusterId) |
Copyright © 2016. All rights reserved.