Package | Description |
---|---|
org.apache.ambari.server.controller | |
org.apache.ambari.server.stack.upgrade | |
org.apache.ambari.server.state | |
org.apache.ambari.server.state.svccomphost |
Modifier and Type | Method and Description |
---|---|
protected ServiceComponent |
AmbariManagementControllerImpl.getClientComponentForRunningAction(Cluster cluster,
Service service) |
Modifier and Type | Method and Description |
---|---|
protected String |
AmbariManagementControllerImpl.getClientHostForRunningAction(Cluster cluster,
Service service,
ServiceComponent serviceComponent) |
Modifier and Type | Method and Description |
---|---|
RequestStageContainer |
AmbariManagementController.addStages(RequestStageContainer requestStages,
Cluster cluster,
Map<String,String> requestProperties,
Map<String,String> requestParameters,
Map<State,List<Service>> changedServices,
Map<State,List<ServiceComponent>> changedComponents,
Map<String,Map<State,List<ServiceComponentHost>>> changedHosts,
Collection<ServiceComponentHost> ignoredHosts,
boolean runSmokeTest,
boolean reconfigureClients,
boolean useGeneratedConfigs)
Add stages to the request.
|
RequestStageContainer |
AmbariManagementControllerImpl.addStages(RequestStageContainer requestStages,
Cluster cluster,
Map<String,String> requestProperties,
Map<String,String> requestParameters,
Map<State,List<Service>> changedServices,
Map<State,List<ServiceComponent>> changedComponents,
Map<String,Map<State,List<ServiceComponentHost>>> changedHosts,
Collection<ServiceComponentHost> ignoredHosts,
boolean runSmokeTest,
boolean reconfigureClients,
boolean useGeneratedConfigs) |
RequestStageContainer |
AmbariManagementController.addStages(RequestStageContainer requestStages,
Cluster cluster,
Map<String,String> requestProperties,
Map<String,String> requestParameters,
Map<State,List<Service>> changedServices,
Map<State,List<ServiceComponent>> changedComponents,
Map<String,Map<State,List<ServiceComponentHost>>> changedHosts,
Collection<ServiceComponentHost> ignoredHosts,
boolean runSmokeTest,
boolean reconfigureClients,
boolean useGeneratedConfigs,
boolean useClusterHostInfo)
Add stages to the request.
|
RequestStageContainer |
AmbariManagementControllerImpl.addStages(RequestStageContainer requestStages,
Cluster cluster,
Map<String,String> requestProperties,
Map<String,String> requestParameters,
Map<State,List<Service>> changedServices,
Map<State,List<ServiceComponent>> changedComponents,
Map<String,Map<State,List<ServiceComponentHost>>> changedHosts,
Collection<ServiceComponentHost> ignoredHosts,
boolean runSmokeTest,
boolean reconfigureClients,
boolean useGeneratedConfigs,
boolean useClusterHostInfo) |
RequestStatusResponse |
AmbariManagementController.createAndPersistStages(Cluster cluster,
Map<String,String> requestProperties,
Map<String,String> requestParameters,
Map<State,List<Service>> changedServices,
Map<State,List<ServiceComponent>> changedComponents,
Map<String,Map<State,List<ServiceComponentHost>>> changedHosts,
Collection<ServiceComponentHost> ignoredHosts,
boolean runSmokeTest,
boolean reconfigureClients)
Create and persist the request stages and return a response containing the
associated request and resulting tasks.
|
RequestStatusResponse |
AmbariManagementControllerImpl.createAndPersistStages(Cluster cluster,
Map<String,String> requestProperties,
Map<String,String> requestParameters,
Map<State,List<Service>> changedServices,
Map<State,List<ServiceComponent>> changedComponents,
Map<String,Map<State,List<ServiceComponentHost>>> changedHosts,
Collection<ServiceComponentHost> ignoredHosts,
boolean runSmokeTest,
boolean reconfigureClients) |
protected RequestStageContainer |
AmbariManagementControllerImpl.doStageCreation(RequestStageContainer requestStages,
Cluster cluster,
Map<State,List<Service>> changedServices,
Map<State,List<ServiceComponent>> changedComps,
Map<String,Map<State,List<ServiceComponentHost>>> changedScHosts,
Map<String,String> requestParameters,
Map<String,String> requestProperties,
boolean runSmokeTest,
boolean reconfigureClients,
boolean useLatestConfigs,
boolean useClusterHostInfo) |
Modifier and Type | Method and Description |
---|---|
CommandRepository |
RepositoryVersionHelper.getCommandRepository(Cluster cluster,
ServiceComponent component,
Host host)
Builds repository information for inclusion in a command.
|
String |
RepositoryVersionHelper.getRepoInfo(Cluster cluster,
ServiceComponent component,
Host host)
Deprecated.
|
String |
RepositoryVersionHelper.getRepoInfoString(Cluster cluster,
ServiceComponent component,
Host host)
Get repository info given a cluster and host.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceComponentImpl |
Modifier and Type | Method and Description |
---|---|
ServiceComponent |
Service.addServiceComponent(String serviceComponentName) |
ServiceComponent |
ServiceImpl.addServiceComponent(String serviceComponentName) |
ServiceComponent |
ServiceComponentFactory.createExisting(Service service,
ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity) |
ServiceComponent |
ServiceComponentFactory.createNew(Service service,
String componentName) |
ServiceComponent |
ServiceComponentHost.getServiceComponent()
Gets the service component.
|
ServiceComponent |
Service.getServiceComponent(String componentName) |
ServiceComponent |
ServiceImpl.getServiceComponent(String componentName) |
Modifier and Type | Method and Description |
---|---|
Map<String,ServiceComponent> |
Service.getServiceComponents() |
Map<String,ServiceComponent> |
ServiceImpl.getServiceComponents() |
Set<ServiceComponent> |
ServiceComponentSupport.unsupportedComponents(Cluster cluster,
String stackName,
String stackVersion)
Collects the ServiceComponents from the cluster which are not supported (component doesn't exist or was deleted) in the given stack.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.addServiceComponent(ServiceComponent component) |
void |
ServiceImpl.addServiceComponent(ServiceComponent component) |
ServiceComponentHost |
ServiceComponentHostFactory.createExisting(ServiceComponent serviceComponent,
HostComponentStateEntity stateEntity,
HostComponentDesiredStateEntity desiredStateEntity) |
ServiceComponentHost |
ServiceComponentHostFactory.createNew(ServiceComponent serviceComponent,
String hostName) |
ServiceComponentHost |
ServiceComponentHostFactory.createNew(ServiceComponent serviceComponent,
String hostName,
ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity) |
Modifier and Type | Method and Description |
---|---|
void |
Service.addServiceComponents(Map<String,ServiceComponent> components) |
void |
ServiceImpl.addServiceComponents(Map<String,ServiceComponent> components) |
Modifier and Type | Method and Description |
---|---|
ServiceComponent |
ServiceComponentHostImpl.getServiceComponent()
Gets the service component.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.