Package | Description |
---|---|
org.apache.ambari.server.orm.dao | |
org.apache.ambari.server.orm.entities | |
org.apache.ambari.server.state.configgroup |
Modifier and Type | Method and Description |
---|---|
ConfigGroupEntity |
ConfigGroupDAO.findById(Long id)
Find config group by its id
|
ConfigGroupEntity |
ConfigGroupDAO.findByName(String groupName)
Find config group by its unique name
|
ConfigGroupEntity |
ConfigGroupDAO.merge(ConfigGroupEntity configGroupEntity) |
Modifier and Type | Method and Description |
---|---|
List<ConfigGroupEntity> |
ConfigGroupDAO.findAll() |
List<ConfigGroupEntity> |
ConfigGroupDAO.findAllByTag(String tag)
Find config groups by service name and so on
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigGroupDAO.create(ConfigGroupEntity configGroupEntity) |
ConfigGroupEntity |
ConfigGroupDAO.merge(ConfigGroupEntity configGroupEntity) |
void |
ConfigGroupDAO.refresh(ConfigGroupEntity configGroupEntity) |
void |
ConfigGroupDAO.remove(ConfigGroupEntity configGroupEntity) |
Modifier and Type | Method and Description |
---|---|
ConfigGroupEntity |
ConfigGroupConfigMappingEntity.getConfigGroupEntity() |
ConfigGroupEntity |
ConfigGroupHostMappingEntity.getConfigGroupEntity() |
Modifier and Type | Method and Description |
---|---|
Collection<ConfigGroupEntity> |
ClusterEntity.getConfigGroupEntities() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigGroupConfigMappingEntity.setConfigGroupEntity(ConfigGroupEntity configGroupEntity) |
void |
ConfigGroupHostMappingEntity.setConfigGroupEntity(ConfigGroupEntity configGroupEntity) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterEntity.setConfigGroupEntities(Collection<ConfigGroupEntity> configGroupEntities) |
Modifier and Type | Method and Description |
---|---|
ConfigGroup |
ConfigGroupFactory.createExisting(Cluster cluster,
ConfigGroupEntity entity)
Instantiates a
ConfigGroup from an existing, persisted entity. |
Constructor and Description |
---|
ConfigGroupImpl(Cluster cluster,
ConfigGroupEntity configGroupEntity,
Clusters clusters,
ConfigFactory configFactory,
ClusterDAO clusterDAO,
HostDAO hostDAO,
ConfigGroupDAO configGroupDAO,
ConfigGroupConfigMappingDAO configGroupConfigMappingDAO,
ConfigGroupHostMappingDAO configGroupHostMappingDAO,
LockFactory lockFactory) |
Copyright © 2022 Apache Software Foundation. All rights reserved.