Package | Description |
---|---|
org.apache.ambari.server.actionmanager | |
org.apache.ambari.server.controller | |
org.apache.ambari.server.controller.internal |
Modifier and Type | Method and Description |
---|---|
Request |
RequestFactory.createNewFromStages(Collection<Stage> stages,
String clusterHostInfo,
ExecuteActionRequest actionRequest) |
void |
ActionManager.sendActions(List<Stage> stages,
String clusterHostInfo,
ExecuteActionRequest actionRequest) |
void |
ActionManager.sendActions(Request request,
ExecuteActionRequest executeActionRequest) |
Constructor and Description |
---|
Request(Collection<Stage> stages,
String clusterHostInfo,
ExecuteActionRequest actionRequest,
Clusters clusters,
com.google.gson.Gson gson)
Construct new entity from stages provided
|
Modifier and Type | Method and Description |
---|---|
RequestStatusResponse |
AmbariManagementController.createAction(ExecuteActionRequest actionRequest,
Map<String,String> requestProperties)
Create the action defined by the attributes in the given request object.
|
RequestStatusResponse |
AmbariManagementControllerImpl.createAction(ExecuteActionRequest actionRequest,
Map<String,String> requestProperties) |
void |
AmbariCustomCommandExecutionHelper.validateAction(ExecuteActionRequest actionRequest)
Validate custom command and throw exception is invalid request.
|
void |
AmbariActionExecutionHelper.validateAction(ExecuteActionRequest actionRequest)
Validates the request to execute an action.
|
Constructor and Description |
---|
RequestStageContainer(Long id,
List<Stage> stages,
RequestFactory factory,
ActionManager manager,
ExecuteActionRequest actionRequest)
Constructor.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.