Package | Description |
---|---|
org.apache.ambari.server.actionmanager | |
org.apache.ambari.server.controller |
Modifier and Type | Method and Description |
---|---|
RequestOperationLevel |
Request.getOperationLevel() |
static RequestOperationLevel |
Request.operationLevelFromEntity(RequestEntity entity) |
Modifier and Type | Method and Description |
---|---|
void |
Request.setOperationLevel(RequestOperationLevel operationLevel) |
Modifier and Type | Method and Description |
---|---|
RequestOperationLevel |
ExecuteActionRequest.getOperationLevel() |
RequestOperationLevel |
ActionExecutionContext.getOperationLevel() |
Modifier and Type | Method and Description |
---|---|
boolean |
MaintenanceStateHelper.isOperationAllowed(Cluster cluster,
RequestOperationLevel levelObj,
RequestResourceFilter reqFilter,
String serviceName,
String componentName,
String hostname) |
void |
ActionExecutionContext.setOperationLevel(RequestOperationLevel operationLevel) |
Constructor and Description |
---|
ExecuteActionRequest(String clusterName,
String commandName,
String actionName,
List<RequestResourceFilter> resourceFilters,
RequestOperationLevel operationLevel,
Map<String,String> parameters,
boolean exclusive) |
Copyright © 2022 Apache Software Foundation. All rights reserved.