Package | Description |
---|---|
org.apache.ambari.server.controller.internal | |
org.apache.ambari.server.orm.dao | |
org.apache.ambari.server.orm.entities | |
org.apache.ambari.server.view |
Modifier and Type | Method and Description |
---|---|
protected Resource |
RemoteClusterResourceProvider.toResource(Set<String> requestedIds,
RemoteAmbariClusterEntity cluster) |
Modifier and Type | Method and Description |
---|---|
RemoteAmbariClusterEntity |
RemoteAmbariClusterDAO.findById(Long clusterId)
Find Cluster by Id
|
RemoteAmbariClusterEntity |
RemoteAmbariClusterDAO.findByName(String clusterName)
Find Cluster by name
|
Modifier and Type | Method and Description |
---|---|
List<RemoteAmbariClusterEntity> |
RemoteAmbariClusterDAO.findAll()
Find all view instances.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteAmbariClusterDAO.delete(RemoteAmbariClusterEntity clusterEntity)
Remove a cluster entity
|
void |
RemoteAmbariClusterDAO.save(RemoteAmbariClusterEntity entity)
Save a Cluster entity
|
void |
RemoteAmbariClusterDAO.update(RemoteAmbariClusterEntity entity)
Update and merge a Remote Ambari Cluster entity
|
Modifier and Type | Method and Description |
---|---|
RemoteAmbariClusterEntity |
RemoteAmbariClusterServiceEntity.getCluster()
Get cluster attached to the service
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteAmbariClusterServiceEntity.setCluster(RemoteAmbariClusterEntity cluster)
Set cluster for the service
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteAmbariClusterRegistry.delete(RemoteAmbariClusterEntity entity)
Remove the cluster entity from registry and database
|
void |
RemoteAmbariClusterRegistry.saveOrUpdate(RemoteAmbariClusterEntity entity,
boolean update)
Save Remote Cluster Entity after setting services.
|
void |
RemoteAmbariClusterRegistry.update(RemoteAmbariClusterEntity entity)
Update the remote cluster properties
|
Constructor and Description |
---|
RemoteAmbariCluster(RemoteAmbariClusterEntity remoteAmbariClusterEntity,
Configuration config)
Constructor for Remote Ambari Cluster
|
Copyright © 2022 Apache Software Foundation. All rights reserved.