Package | Description |
---|---|
org.apache.ambari.server.orm.dao | |
org.apache.ambari.server.orm.entities | |
org.apache.ambari.server.state.cluster |
Modifier and Type | Method and Description |
---|---|
ClusterEntity |
ClusterDAO.findById(long id)
Looks for Cluster by ID
|
ClusterEntity |
ClusterDAO.findByName(String clusterName) |
ClusterEntity |
ClusterDAO.merge(ClusterEntity clusterEntity) |
Modifier and Type | Method and Description |
---|---|
List<ClusterEntity> |
ClusterDAO.findAll() |
Modifier and Type | Method and Description |
---|---|
void |
ClusterDAO.create(ClusterEntity clusterEntity)
Create Cluster entity in Database
|
ClusterEntity |
ClusterDAO.merge(ClusterEntity clusterEntity) |
void |
ClusterDAO.refresh(ClusterEntity clusterEntity)
Retrieve entity data from DB
|
void |
ClusterDAO.remove(ClusterEntity clusterEntity) |
Modifier and Type | Method and Description |
---|---|
ClusterEntity |
StageEntity.getCluster() |
ClusterEntity |
RequestEntity.getCluster() |
ClusterEntity |
ConfigGroupEntity.getClusterEntity() |
ClusterEntity |
ClusterServiceEntity.getClusterEntity() |
ClusterEntity |
RequestScheduleEntity.getClusterEntity() |
ClusterEntity |
ClusterConfigEntity.getClusterEntity() |
ClusterEntity |
ClusterStateEntity.getClusterEntity() |
ClusterEntity |
ClusterConfigMappingEntity.getClusterEntity() |
Modifier and Type | Method and Description |
---|---|
Collection<ClusterEntity> |
HostEntity.getClusterEntities() |
Modifier and Type | Method and Description |
---|---|
void |
StageEntity.setCluster(ClusterEntity cluster) |
void |
RequestEntity.setCluster(ClusterEntity cluster) |
void |
ConfigGroupEntity.setClusterEntity(ClusterEntity clusterEntity) |
void |
ClusterServiceEntity.setClusterEntity(ClusterEntity clusterEntity) |
void |
RequestScheduleEntity.setClusterEntity(ClusterEntity clusterEntity) |
void |
ClusterConfigEntity.setClusterEntity(ClusterEntity clusterEntity) |
void |
ClusterStateEntity.setClusterEntity(ClusterEntity clusterEntity) |
void |
ClusterConfigMappingEntity.setClusterEntity(ClusterEntity entity) |
Modifier and Type | Method and Description |
---|---|
void |
HostEntity.setClusterEntities(Collection<ClusterEntity> clusterEntities) |
Modifier and Type | Method and Description |
---|---|
Cluster |
ClusterFactory.create(ClusterEntity clusterEntity) |
Constructor and Description |
---|
ClusterImpl(ClusterEntity clusterEntity,
com.google.inject.Injector injector) |
Copyright © 2015. All rights reserved.