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 |
---|---|
ClusterServiceEntity |
ClusterServiceDAO.findByClusterAndServiceNames(String clusterName,
String serviceName) |
ClusterServiceEntity |
ClusterServiceDAO.findByPK(ClusterServiceEntityPK clusterServiceEntityPK) |
ClusterServiceEntity |
ClusterServiceDAO.merge(ClusterServiceEntity clusterServiceEntity) |
Modifier and Type | Method and Description |
---|---|
List<ClusterServiceEntity> |
ClusterServiceDAO.findAll() |
Modifier and Type | Method and Description |
---|---|
void |
ClusterServiceDAO.create(ClusterServiceEntity clusterServiceEntity) |
ClusterServiceEntity |
ClusterServiceDAO.merge(ClusterServiceEntity clusterServiceEntity) |
void |
ClusterServiceDAO.refresh(ClusterServiceEntity clusterServiceEntity) |
void |
ClusterServiceDAO.remove(ClusterServiceEntity clusterServiceEntity) |
Modifier and Type | Method and Description |
---|---|
ClusterServiceEntity |
ServiceComponentDesiredStateEntity.getClusterServiceEntity() |
ClusterServiceEntity |
ServiceDesiredStateEntity.getClusterServiceEntity() |
Modifier and Type | Method and Description |
---|---|
Collection<ClusterServiceEntity> |
ClusterEntity.getClusterServiceEntities() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceComponentDesiredStateEntity.setClusterServiceEntity(ClusterServiceEntity clusterServiceEntity) |
void |
ServiceDesiredStateEntity.setClusterServiceEntity(ClusterServiceEntity clusterServiceEntity) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterEntity.setClusterServiceEntities(Collection<ClusterServiceEntity> clusterServiceEntities) |
Modifier and Type | Method and Description |
---|---|
Service |
ServiceFactory.createExisting(Cluster cluster,
ClusterServiceEntity serviceEntity) |
Constructor and Description |
---|
ServiceImpl(Cluster cluster,
ClusterServiceEntity serviceEntity,
com.google.inject.Injector injector) |
Copyright © 2016. All rights reserved.