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 |
---|---|
StackInfo |
AmbariMetaInfo.getStackInfo(String stackName,
String version) |
Modifier and Type | Method and Description |
---|---|
Set<StackInfo> |
AmbariMetaInfo.getStackInfos(String stackName) |
List<StackInfo> |
AmbariMetaInfo.getSupportedStacks() |
Modifier and Type | Method and Description |
---|---|
List<StackInfo> |
StackExtensionHelper.getAllAvailableStacks() |
List<StackInfo> |
StackExtensionHelper.getParents(StackInfo stackInfo) |
Modifier and Type | Method and Description |
---|---|
List<ServiceInfo> |
StackExtensionHelper.getAllApplicableServices(StackInfo stackInfo) |
List<StackInfo> |
StackExtensionHelper.getParents(StackInfo stackInfo) |
String |
StackExtensionHelper.resolveHooksFolder(StackInfo stackInfo)
Determines exact hooks folder (subpath from stackRoot to hooks directory)
to use for a given stack.
|
Modifier and Type | Method and Description |
---|---|
int |
StackInfo.compareTo(StackInfo o) |
Constructor and Description |
---|
StackId(StackInfo stackInfo) |
Constructor and Description |
---|
LatestRepoCallable(String latestSourceUri,
File stackRepoFolder,
StackInfo stack) |
Copyright © 2015. All rights reserved.