Package | Description |
---|---|
org.apache.ambari.server.orm.cache | |
org.apache.ambari.server.state | |
org.apache.ambari.server.state.cluster | |
org.apache.ambari.server.state.configgroup |
Modifier and Type | Method and Description |
---|---|
ConfigGroup |
ConfigGroupHostMapping.getConfigGroup() |
ConfigGroup |
ConfigGroupHostMappingImpl.getConfigGroup() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigGroupHostMapping.setConfigGroup(ConfigGroup configGroup) |
void |
ConfigGroupHostMappingImpl.setConfigGroup(ConfigGroup configGroup) |
Modifier and Type | Method and Description |
---|---|
Map<Long,ConfigGroup> |
Cluster.getConfigGroups()
Get all config groups associated with this cluster
|
Map<Long,ConfigGroup> |
Cluster.getConfigGroupsByHostname(String hostname)
Find all config groups associated with the give hostname
|
Modifier and Type | Method and Description |
---|---|
void |
Cluster.addConfigGroup(ConfigGroup configGroup)
Add a new config group to the set of Config groups associated with this
cluster
|
Modifier and Type | Method and Description |
---|---|
Map<Long,ConfigGroup> |
ClusterImpl.getConfigGroups() |
Map<Long,ConfigGroup> |
ClusterImpl.getConfigGroupsByHostname(String hostname) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterImpl.addConfigGroup(ConfigGroup configGroup) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigGroupImpl |
Modifier and Type | Method and Description |
---|---|
ConfigGroup |
ConfigGroupFactory.createExisting(Cluster cluster,
ConfigGroupEntity entity) |
ConfigGroup |
ConfigGroupFactory.createNew(Cluster cluster,
String name,
String tag,
String description,
Map<String,Config> configs,
Map<String,Host> hosts) |
Copyright © 2015. All rights reserved.