public class RemoteAmbariClusterDAO extends Object
| Constructor and Description |
|---|
RemoteAmbariClusterDAO() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(RemoteAmbariClusterEntity clusterEntity)
Remove a cluster entity
|
List<RemoteAmbariClusterEntity> |
findAll()
Find all view instances.
|
RemoteAmbariClusterEntity |
findById(Long clusterId)
Find Cluster by Id
|
RemoteAmbariClusterEntity |
findByName(String clusterName)
Find Cluster by name
|
void |
save(RemoteAmbariClusterEntity entity)
Save a Cluster entity
|
void |
update(RemoteAmbariClusterEntity entity)
Update and merge a Remote Ambari Cluster entity
|
public List<RemoteAmbariClusterEntity> findAll()
public RemoteAmbariClusterEntity findByName(String clusterName)
clusterName - public RemoteAmbariClusterEntity findById(Long clusterId)
clusterId - public void save(RemoteAmbariClusterEntity entity)
entity - public void update(RemoteAmbariClusterEntity entity)
entity - public void delete(RemoteAmbariClusterEntity clusterEntity)
clusterEntity - Copyright © 2022 Apache Software Foundation. All rights reserved.