Package | Description |
---|---|
org.apache.ambari.server.orm.dao | |
org.apache.ambari.server.orm.entities | |
org.apache.ambari.server.state |
Modifier and Type | Method and Description |
---|---|
ClusterConfigEntity |
ClusterDAO.findConfig(ClusterConfigEntityPK configEntityPK) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterDAO.createConfig(ClusterConfigEntity entity)
Creates a cluster configuration in the DB.
|
Modifier and Type | Method and Description |
---|---|
ClusterConfigEntity |
ConfigGroupConfigMappingEntity.getClusterConfigEntity() |
Modifier and Type | Method and Description |
---|---|
Collection<ClusterConfigEntity> |
ClusterEntity.getClusterConfigEntities() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigGroupConfigMappingEntity.setClusterConfigEntity(ClusterConfigEntity clusterConfigEntity) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterEntity.setClusterConfigEntities(Collection<ClusterConfigEntity> entities) |
Modifier and Type | Method and Description |
---|---|
Config |
ConfigFactory.createExisting(Cluster cluster,
ClusterConfigEntity entity) |
Constructor and Description |
---|
ConfigImpl(Cluster cluster,
ClusterConfigEntity entity,
com.google.inject.Injector injector) |
Copyright © 2017. All rights reserved.