Package | Description |
---|---|
org.apache.ambari.server.controller | |
org.apache.ambari.server.controller.internal |
Modifier and Type | Method and Description |
---|---|
void |
AmbariManagementControllerImpl.validateServiceComponentHostRequest(ServiceComponentHostRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AmbariManagementController.createHostComponents(Set<ServiceComponentHostRequest> requests)
Create the host component defined by the attributes in the given request object.
|
void |
AmbariManagementControllerImpl.createHostComponents(Set<ServiceComponentHostRequest> requests) |
void |
AmbariManagementController.createHostComponents(Set<ServiceComponentHostRequest> requests,
boolean isBlueprintProvisioned)
Create the host component defined by the attributes in the given request object.
|
void |
AmbariManagementControllerImpl.createHostComponents(Set<ServiceComponentHostRequest> requests,
boolean isBlueprintProvisioned) |
DeleteStatusMetaData |
AmbariManagementController.deleteHostComponents(Set<ServiceComponentHostRequest> requests)
Delete the host component identified by the given request object.
|
DeleteStatusMetaData |
AmbariManagementControllerImpl.deleteHostComponents(Set<ServiceComponentHostRequest> requests) |
TopologyUpdateEvent |
AmbariManagementController.getAddedComponentsTopologyEvent(Set<ServiceComponentHostRequest> requests) |
TopologyUpdateEvent |
AmbariManagementControllerImpl.getAddedComponentsTopologyEvent(Set<ServiceComponentHostRequest> requests) |
Set<ServiceComponentHostResponse> |
AmbariManagementController.getHostComponents(Set<ServiceComponentHostRequest> requests)
Get the host components identified by the given request objects.
|
Set<ServiceComponentHostResponse> |
AmbariManagementControllerImpl.getHostComponents(Set<ServiceComponentHostRequest> requests) |
Set<ServiceComponentHostResponse> |
AmbariManagementController.getHostComponents(Set<ServiceComponentHostRequest> requests,
boolean statusOnly) |
Set<ServiceComponentHostResponse> |
AmbariManagementControllerImpl.getHostComponents(Set<ServiceComponentHostRequest> requests,
boolean statusOnly) |
Modifier and Type | Method and Description |
---|---|
protected RequestStageContainer |
HostComponentResourceProvider.updateHostComponents(RequestStageContainer stages,
Set<ServiceComponentHostRequest> requests,
Map<String,String> requestProperties,
boolean runSmokeTest,
boolean useGeneratedConfigs,
boolean useClusterHostInfo)
Update the host component identified by the given request object with the
values carried by the given request object.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.