Package | Description |
---|---|
org.apache.ambari.server.api.services | |
org.apache.ambari.server.api.util | |
org.apache.ambari.server.state | |
org.apache.ambari.server.state.stack |
Modifier and Type | Method and Description |
---|---|
ServiceInfo |
AmbariMetaInfo.getService(String stackName,
String version,
String serviceName) |
ServiceInfo |
AmbariMetaInfo.getServiceInfo(String stackName,
String version,
String serviceName) |
Modifier and Type | Method and Description |
---|---|
Map<String,ServiceInfo> |
AmbariMetaInfo.getServices(String stackName,
String version)
Given a stack name and version return all the services with info
|
List<ServiceInfo> |
AmbariMetaInfo.getSupportedServices(String stackName,
String version) |
Modifier and Type | Method and Description |
---|---|
List<ServiceInfo> |
StackExtensionHelper.getAllApplicableServices(StackInfo stackInfo) |
Modifier and Type | Method and Description |
---|---|
List<ServiceInfo> |
StackInfo.getServices() |
Modifier and Type | Method and Description |
---|---|
void |
StackInfo.setServices(List<ServiceInfo> services) |
Modifier and Type | Method and Description |
---|---|
List<ServiceInfo> |
ServiceMetainfoV2Xml.getServices() |
Copyright © 2015. All rights reserved.