| Package | Description | 
|---|---|
| org.apache.ambari.server.actionmanager | 
| Constructor and Description | 
|---|
HostRoleCommand(HostRoleCommandEntity hostRoleCommandEntity,
               HostDAO hostDAO,
               ExecutionCommandDAO executionCommandDAO,
               ExecutionCommandWrapperFactory ecwFactory)  | 
HostRoleCommand(Host host,
               Role role,
               ServiceComponentHostEvent event,
               RoleCommand roleCommand,
               boolean retryAllowed,
               boolean autoSkipFailure,
               HostDAO hostDAO,
               ExecutionCommandDAO executionCommandDAO,
               ExecutionCommandWrapperFactory ecwFactory)  | 
HostRoleCommand(String hostName,
               Role role,
               ServiceComponentHostEvent event,
               RoleCommand roleCommand,
               boolean retryAllowed,
               boolean autoSkipFailure,
               HostDAO hostDAO,
               ExecutionCommandDAO executionCommandDAO,
               ExecutionCommandWrapperFactory ecwFactory)
Simple constructor, should be created using the Factory class. 
 | 
HostRoleCommand(String hostName,
               Role role,
               ServiceComponentHostEvent event,
               RoleCommand command,
               HostDAO hostDAO,
               ExecutionCommandDAO executionCommandDAO,
               ExecutionCommandWrapperFactory ecwFactory)
Simple constructor, should be created using the Factory class. 
 | 
Stage(long requestId,
     String logDir,
     String clusterName,
     long clusterId,
     String requestContext,
     String commandParamsStage,
     String hostParamsStage,
     HostRoleCommandFactory hostRoleCommandFactory,
     ExecutionCommandWrapperFactory ecwFactory)  | 
Stage(StageEntity stageEntity,
     HostRoleCommandDAO hostRoleCommandDAO,
     ActionDBAccessor dbAccessor,
     Clusters clusters,
     HostRoleCommandFactory hostRoleCommandFactory,
     ExecutionCommandWrapperFactory ecwFactory)  | 
Copyright © 2022 Apache Software Foundation. All rights reserved.