Package | Description |
---|---|
org.apache.ambari.server.orm.dao | |
org.apache.ambari.server.orm.entities |
Modifier and Type | Method and Description |
---|---|
ClusterStateEntity |
ClusterStateDAO.findByPK(long clusterId) |
ClusterStateEntity |
ClusterStateDAO.merge(ClusterStateEntity clusterStateEntity) |
Modifier and Type | Method and Description |
---|---|
List<ClusterStateEntity> |
ClusterStateDAO.findAll() |
Modifier and Type | Method and Description |
---|---|
void |
ClusterStateDAO.create(ClusterStateEntity clusterStateEntity) |
ClusterStateEntity |
ClusterStateDAO.merge(ClusterStateEntity clusterStateEntity) |
void |
ClusterStateDAO.refresh(ClusterStateEntity clusterStateEntity) |
void |
ClusterStateDAO.remove(ClusterStateEntity clusterStateEntity) |
Modifier and Type | Method and Description |
---|---|
ClusterStateEntity |
ClusterEntity.getClusterStateEntity() |
Modifier and Type | Method and Description |
---|---|
void |
ClusterEntity.setClusterStateEntity(ClusterStateEntity clusterStateEntity) |
Copyright © 2022 Apache Software Foundation. All rights reserved.