Constructor and Description |
---|
Request(Collection<Stage> stages,
String clusterHostInfo,
Clusters clusters)
Construct new entity from stages provided
|
Request(Collection<Stage> stages,
String clusterHostInfo,
ExecuteActionRequest actionRequest,
Clusters clusters,
com.google.gson.Gson gson)
Construct new entity from stages provided
|
Request(long requestId,
Long clusterId,
Clusters clusters)
Construct new entity
|
Request(RequestEntity entity,
StageFactory stageFactory,
Clusters clusters)
Load existing request from database
|
Stage(StageEntity stageEntity,
HostRoleCommandDAO hostRoleCommandDAO,
ActionDBAccessor dbAccessor,
Clusters clusters,
HostRoleCommandFactory hostRoleCommandFactory,
ExecutionCommandWrapperFactory ecwFactory) |
Constructor and Description |
---|
HeartBeatHandler(Clusters fsm,
ActionManager am,
Encryptor<AgentConfigsUpdateEvent> encryptor,
com.google.inject.Injector injector) |
HeartbeatMonitor(Clusters clusters,
ActionManager am,
int threadWakeupInterval,
com.google.inject.Injector injector) |
HeartbeatProcessor(Clusters clusterFsm,
ActionManager am,
HeartbeatMonitor heartbeatMonitor,
com.google.inject.Injector injector) |
Modifier and Type | Method and Description |
---|---|
void |
AmbariMetaInfo.reconcileAlertDefinitions(Clusters clusters,
boolean updateScriptPaths)
Compares the alert definitions defined on the stack with those in the
database and merges any new or updated definitions.
|
Constructor and Description |
---|
ClusterService(Clusters clusters)
Construct a ClusterService.
|
Modifier and Type | Field and Description |
---|---|
protected com.google.inject.Provider<Clusters> |
ClusterCheck.clustersProvider |
Modifier and Type | Method and Description |
---|---|
Clusters |
AmbariManagementController.getClusters()
Get the clusters for this management controller.
|
Clusters |
AmbariManagementControllerImpl.getClusters() |
Modifier and Type | Method and Description |
---|---|
Set<Map<String,String>> |
MaintenanceStateHelper.getMaintenanceHostComponents(Clusters clusters,
Cluster cluster) |
Constructor and Description |
---|
AmbariManagementControllerImpl(ActionManager actionManager,
Clusters clusters,
com.google.inject.Injector injector) |
Modifier and Type | Method and Description |
---|---|
static void |
StackAdvisorResourceProvider.init(StackAdvisorHelper instance,
Configuration serverConfig,
Clusters clusters,
AmbariMetaInfo ambariMetaInfo) |
Constructor and Description |
---|
AmbariServerSSOConfigurationHandler(Clusters clusters,
ConfigHelper configHelper,
AmbariManagementController managementController,
StackAdvisorHelper stackAdvisorHelper,
AmbariConfigurationDAO ambariConfigurationDAO,
AmbariEventPublisher publisher) |
HttpPropertyProvider(StreamProvider stream,
Clusters clusters,
String clusterNamePropertyId,
String hostNamePropertyId,
String publicHostNamePropertyId,
String componentNamePropertyId,
Map<String,List<HttpPropertyProvider.HttpPropertyRequest>> httpPropertyRequests) |
Constructor and Description |
---|
KerberosIdentityCleaner(AmbariEventPublisher eventPublisher,
KerberosHelper kerberosHelper,
Clusters clusters) |
Constructor and Description |
---|
ExecutionScheduleManager(Configuration configuration,
ExecutionScheduler executionScheduler,
InternalTokenStorage tokenStorage,
Clusters clusters,
ActionDBAccessor actionDBAccessor,
com.google.gson.Gson gson) |
Constructor and Description |
---|
AgentConfigUpdateEncryptor(EncryptionService encryptionService,
CredentialStoreService credentialStore,
com.google.inject.Provider<Clusters> clusters) |
Modifier and Type | Method and Description |
---|---|
protected Clusters |
KerberosServerAction.getClusters()
The Clusters object for this KerberosServerAction
|
Modifier and Type | Field and Description |
---|---|
protected Clusters |
AbstractUpgradeServerAction.m_clusters |
Modifier and Type | Method and Description |
---|---|
Clusters |
AbstractUpgradeServerAction.getClusters() |
Modifier and Type | Method and Description |
---|---|
static void |
ExtensionHelper.validateDeleteLink(Clusters clusters,
StackInfo stack,
ExtensionInfo extension) |
Modifier and Type | Field and Description |
---|---|
protected com.google.inject.Provider<Clusters> |
CheckHelper.clustersProvider
Used for retrieving
Cluster instances. |
Constructor and Description |
---|
ConfigHelper(Clusters c,
AmbariMetaInfo metaInfo,
Configuration configuration,
ClusterDAO clusterDAO) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
AlertDefinition.matchingHosts(Clusters clusters)
Collect the host names from the cluster where the given alert is allowed to run.
|
Modifier and Type | Class and Description |
---|---|
class |
ClustersImpl |
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) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Cluster> |
AbstractUpgradeCatalog.getCheckedClusterMap(Clusters clusters)
This method returns Map of clusters.
|
Modifier and Type | Method and Description |
---|---|
static void |
RetryHelper.init(Clusters clusters,
int operationsRetryAttempts) |
Copyright © 2022 Apache Software Foundation. All rights reserved.