Package | Description |
---|---|
org.apache.ambari.server.controller | |
org.apache.ambari.server.state | |
org.apache.ambari.server.state.svccomphost |
Modifier and Type | Method and Description |
---|---|
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) |
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)
Add stages to the request.
|
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) |
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.
|
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 |
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() |
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) |
Modifier and Type | Method and Description |
---|---|
void |
Service.addServiceComponents(Map<String,ServiceComponent> components) |
void |
ServiceImpl.addServiceComponents(Map<String,ServiceComponent> components) |
Constructor and Description |
---|
ServiceComponentHostImpl(ServiceComponent serviceComponent,
HostComponentStateEntity stateEntity,
HostComponentDesiredStateEntity desiredStateEntity,
com.google.inject.Injector injector) |
ServiceComponentHostImpl(ServiceComponent serviceComponent,
String hostName,
com.google.inject.Injector injector) |
Copyright © 2014. All rights reserved.