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 |
ConfigGroupHostMappingImpl.getConfigGroup() |
ConfigGroup |
ConfigGroupHostMapping.getConfigGroup() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigGroupHostMappingImpl.setConfigGroup(ConfigGroup configGroup) |
void |
ConfigGroupHostMapping.setConfigGroup(ConfigGroup configGroup) |
Modifier and Type | Method and Description |
---|---|
ConfigGroup |
Cluster.getConfigGroupsById(Long configId)
Find config group by config group id
|
Modifier and Type | Method and Description |
---|---|
Map<Long,ConfigGroup> |
Cluster.getConfigGroups()
Get config groups associated with this cluster
|
Map<Long,ConfigGroup> |
Cluster.getConfigGroupsByHostname(String hostname)
Find all config groups associated with the give hostname
|
Map<Long,ConfigGroup> |
Cluster.getConfigGroupsByServiceName(String serviceName)
Find all config groups associated with the give service name
|
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
|
ServiceConfigVersionResponse |
Cluster.createServiceConfigVersion(String serviceName,
String user,
String note,
ConfigGroup configGroup) |
Modifier and Type | Method and Description |
---|---|
ConfigGroup |
ClusterImpl.getConfigGroupsById(Long configId) |
Modifier and Type | Method and Description |
---|---|
Map<Long,ConfigGroup> |
ClusterImpl.getConfigGroups() |
Map<Long,ConfigGroup> |
ClusterImpl.getConfigGroupsByHostname(String hostname) |
Map<Long,ConfigGroup> |
ClusterImpl.getConfigGroupsByServiceName(String serviceName) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterImpl.addConfigGroup(ConfigGroup configGroup) |
ServiceConfigVersionResponse |
ClusterImpl.createServiceConfigVersion(String serviceName,
String user,
String note,
ConfigGroup configGroup) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigGroupImpl |
Modifier and Type | Method and Description |
---|---|
ConfigGroup |
ConfigGroupFactory.createExisting(Cluster cluster,
ConfigGroupEntity entity)
Instantiates a
ConfigGroup from an existing, persisted entity. |
ConfigGroup |
ConfigGroupFactory.createNew(Cluster cluster,
String serviceName,
String name,
String tag,
String description,
Map<String,Config> configs,
Map<Long,Host> hosts)
Creates and saves a new
ConfigGroup . |
Copyright © 2022 Apache Software Foundation. All rights reserved.