| Package | Description |
|---|---|
| org.apache.ambari.server.actionmanager | |
| org.apache.ambari.server.controller | |
| org.apache.ambari.server.customactions |
| Modifier and Type | Method and Description |
|---|---|
static TargetHostType |
TargetHostType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetHostType[] |
TargetHostType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TargetHostType |
ActionExecutionContext.getTargetType() |
| Constructor and Description |
|---|
ActionExecutionContext(String clusterName,
String actionName,
List<RequestResourceFilter> resourceFilters,
Map<String,String> parameters,
TargetHostType targetType,
Short timeout,
String expectedServiceName,
String expectedComponentName)
Create an ActionExecutionContext to execute an action from a request
|
| Modifier and Type | Method and Description |
|---|---|
TargetHostType |
ActionDefinition.getTargetType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionDefinition.setTargetType(TargetHostType targetType) |
| Constructor and Description |
|---|
ActionDefinition(String actionName,
ActionType actionType,
String inputs,
String targetService,
String targetComponent,
String description,
TargetHostType targetType,
Short defaultTimeout)
Create an instance of ActionDefinition
|
Copyright © 2016. All rights reserved.