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.
|
Constructor and Description |
---|
ClustersImpl(ClusterDAO clusterDAO,
ClusterFactory clusterFactory,
HostDAO hostDAO,
HostFactory hostFactory) |
Constructor and Description |
---|
ConfigGroupImpl(Cluster cluster,
ConfigGroupEntity configGroupEntity,
Clusters clusters,
ConfigFactory configFactory,
ClusterDAO clusterDAO,
HostDAO hostDAO,
ConfigGroupDAO configGroupDAO,
ConfigGroupConfigMappingDAO configGroupConfigMappingDAO,
ConfigGroupHostMappingDAO configGroupHostMappingDAO,
LockFactory lockFactory) |
ConfigGroupImpl(Cluster cluster,
String serviceName,
String name,
String tag,
String description,
Map<String,Config> configurations,
Map<Long,Host> hosts,
Clusters clusters,
ConfigFactory configFactory,
ClusterDAO clusterDAO,
HostDAO hostDAO,
ConfigGroupDAO configGroupDAO,
ConfigGroupConfigMappingDAO configGroupConfigMappingDAO,
ConfigGroupHostMappingDAO configGroupHostMappingDAO,
LockFactory lockFactory) |
Constructor and Description |
---|
HostImpl(HostEntity hostEntity,
com.google.gson.Gson gson,
HostDAO hostDAO,
HostStateDAO hostStateDAO) |
Copyright © 2022 Apache Software Foundation. All rights reserved.