Package | Description |
---|---|
org.apache.ambari.server | |
org.apache.ambari.server.actionmanager | |
org.apache.ambari.server.orm.entities | |
org.apache.ambari.server.stageplanner |
Modifier and Type | Method and Description |
---|---|
static Role |
Role.valueOf(String name) |
Modifier and Type | Method and Description |
---|---|
static Collection<Role> |
Role.values() |
Modifier and Type | Method and Description |
---|---|
Role |
HostRoleCommand.getRole() |
Modifier and Type | Method and Description |
---|---|
Map<Role,Float> |
Stage.getSuccessFactors() |
Modifier and Type | Method and Description |
---|---|
void |
Stage.addExecutionCommandWrapper(Stage origStage,
String hostname,
Role r)
This method should be used only in stage planner.
|
void |
Stage.addHostRoleExecutionCommand(String host,
Role role,
RoleCommand command,
ServiceComponentHostEvent event,
String clusterName,
String serviceName)
A new host role command is created for execution.
|
void |
Stage.addServerActionCommand(String actionName,
Role role,
RoleCommand command,
String clusterName,
ServiceComponentHostUpgradeEvent event,
String hostName)
Creates server-side execution command.
|
Modifier and Type | Method and Description |
---|---|
void |
Stage.setSuccessFactors(Map<Role,Float> suc) |
Constructor and Description |
---|
HostRoleCommand(String host,
Role role,
ServiceComponentHostEvent event,
RoleCommand command) |
Modifier and Type | Method and Description |
---|---|
Role |
RoleSuccessCriteriaEntity.getRole() |
Role |
RoleSuccessCriteriaEntityPK.getRole() |
Role |
HostRoleCommandEntity.getRole() |
Modifier and Type | Method and Description |
---|---|
void |
RoleSuccessCriteriaEntity.setRole(Role role) |
void |
RoleSuccessCriteriaEntityPK.setRole(Role role) |
void |
HostRoleCommandEntity.setRole(Role role) |
Modifier and Type | Method and Description |
---|---|
Role |
RoleGraphNode.getRole() |
Constructor and Description |
---|
RoleGraphNode(Role role,
RoleCommand command) |
Copyright © 2016. All rights reserved.