Package | Description |
---|---|
org.apache.ambari.server.controller |
Modifier and Type | Method and Description |
---|---|
void |
AmbariManagementController.createCluster(ClusterRequest request)
Create the cluster defined by the attributes in the given request object.
|
void |
AmbariManagementControllerImpl.createCluster(ClusterRequest request) |
void |
AmbariManagementController.deleteCluster(ClusterRequest request)
Delete the cluster identified by the given request object.
|
void |
AmbariManagementControllerImpl.deleteCluster(ClusterRequest request) |
Modifier and Type | Method and Description |
---|---|
Set<ClusterResponse> |
AmbariManagementController.getClusters(Set<ClusterRequest> requests)
Get the clusters identified by the given request objects.
|
Set<ClusterResponse> |
AmbariManagementControllerImpl.getClusters(Set<ClusterRequest> requests) |
RequestStatusResponse |
AmbariManagementController.updateClusters(Set<ClusterRequest> requests,
Map<String,String> requestProperties)
Update the cluster identified by the given request object with the
values carried by the given request object.
|
RequestStatusResponse |
AmbariManagementControllerImpl.updateClusters(Set<ClusterRequest> requests,
Map<String,String> requestProperties) |
Copyright © 2015. All rights reserved.