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 |
ConfigGroupHostMappingEntity.getConfigGroupEntity() |
ConfigGroupEntity |
ConfigGroupConfigMappingEntity.getConfigGroupEntity() |
Modifier and Type | Method and Description |
---|---|
Collection<ConfigGroupEntity> |
ClusterEntity.getConfigGroupEntities() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigGroupHostMappingEntity.setConfigGroupEntity(ConfigGroupEntity configGroupEntity) |
void |
ConfigGroupConfigMappingEntity.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) |
Constructor and Description |
---|
ConfigGroupImpl(Cluster cluster,
ConfigGroupEntity configGroupEntity,
com.google.inject.Injector injector) |
Copyright © 2016. All rights reserved.