Package | Description |
---|---|
org.apache.ambari.server.controller |
Modifier and Type | Method and Description |
---|---|
void |
AmbariManagementControllerImpl.createHostComponents(Set<ServiceComponentHostRequest> requests) |
void |
AmbariManagementController.createHostComponents(Set<ServiceComponentHostRequest> requests)
Create the host component defined by the attributes in the given request object.
|
RequestStatusResponse |
AmbariManagementControllerImpl.deleteHostComponents(Set<ServiceComponentHostRequest> requests) |
RequestStatusResponse |
AmbariManagementController.deleteHostComponents(Set<ServiceComponentHostRequest> requests)
Delete the host component identified by the given request object.
|
Set<ServiceComponentHostResponse> |
AmbariManagementControllerImpl.getHostComponents(Set<ServiceComponentHostRequest> requests) |
Set<ServiceComponentHostResponse> |
AmbariManagementController.getHostComponents(Set<ServiceComponentHostRequest> requests)
Get the host components identified by the given request objects.
|
RequestStatusResponse |
AmbariManagementControllerImpl.updateHostComponents(Set<ServiceComponentHostRequest> requests,
Map<String,String> requestProperties,
boolean runSmokeTest) |
RequestStatusResponse |
AmbariManagementController.updateHostComponents(Set<ServiceComponentHostRequest> requests,
Map<String,String> requestProperties,
boolean runSmokeTest)
Update the host component identified by the given request object with the
values carried by the given request object.
|
Copyright © 2014. All rights reserved.