Package | Description |
---|---|
org.apache.ambari.server.controller | |
org.apache.ambari.server.state | |
org.apache.ambari.server.state.cluster |
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 |
ServiceImpl |
Modifier and Type | Method and Description |
---|---|
Service |
Cluster.addService(String serviceName)
Add service to the cluster
|
Service |
ServiceFactory.createExisting(Cluster cluster,
ClusterServiceEntity serviceEntity) |
Service |
ServiceFactory.createNew(Cluster cluster,
String serviceName) |
Service |
Cluster.getService(String serviceName)
Get a service
|
Modifier and Type | Method and Description |
---|---|
Map<String,Service> |
Cluster.getServices()
Get all services
|
Modifier and Type | Method and Description |
---|---|
void |
Cluster.addService(Service service)
Add a service to a cluster
|
ServiceComponent |
ServiceComponentFactory.createExisting(Service service,
ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity) |
ServiceComponent |
ServiceComponentFactory.createNew(Service service,
String componentName) |
Constructor and Description |
---|
ServiceComponentImpl(Service service,
ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity,
com.google.inject.Injector injector) |
ServiceComponentImpl(Service service,
String componentName,
com.google.inject.Injector injector) |
Modifier and Type | Method and Description |
---|---|
Service |
ClusterImpl.addService(String serviceName) |
Service |
ClusterImpl.getService(String serviceName) |
Modifier and Type | Method and Description |
---|---|
Map<String,Service> |
ClusterImpl.getServices() |
Modifier and Type | Method and Description |
---|---|
void |
ClusterImpl.addService(Service service) |
Copyright © 2017. All rights reserved.