Package | Description |
---|---|
org.apache.ambari.server.stack | |
org.apache.ambari.server.state.stack |
Modifier and Type | Field and Description |
---|---|
protected Map<String,StackModule> |
StackManager.stackModules |
Modifier and Type | Method and Description |
---|---|
void |
StackContext.LatestRepoQueryExecutor.addTask(URI uri,
StackModule stackModule) |
static URI |
StackModule.getURI(StackModule module,
String uriString) |
void |
StackContext.registerRepoUpdateTask(URI uri,
StackModule stack)
Register a task to obtain the latest repo url from an external location.
|
void |
StackModule.resolve(StackModule parentModule,
Map<String,StackModule> allStacks,
Map<String,ServiceModule> commonServices,
Map<String,ExtensionModule> extensions)
Fully resolve the stack.
|
Modifier and Type | Method and Description |
---|---|
protected <T extends StackDefinitionModule<T,?>> |
BaseModule.mergeChildModules(Map<String,StackModule> allStacks,
Map<String,ServiceModule> commonServices,
Map<String,ExtensionModule> extensions,
Map<String,T> modules,
Map<String,T> parentModules)
Merges child modules with the corresponding parent modules.
|
void |
ComponentModule.resolve(ComponentModule parent,
Map<String,StackModule> allStacks,
Map<String,ServiceModule> commonServices,
Map<String,ExtensionModule> extensions) |
void |
ConfigurationModule.resolve(ConfigurationModule parent,
Map<String,StackModule> allStacks,
Map<String,ServiceModule> commonServices,
Map<String,ExtensionModule> extensions) |
void |
ExtensionModule.resolve(ExtensionModule parentModule,
Map<String,StackModule> allStacks,
Map<String,ServiceModule> commonServices,
Map<String,ExtensionModule> extensions)
Fully resolve the extension.
|
void |
QuickLinksConfigurationModule.resolve(QuickLinksConfigurationModule parent,
Map<String,StackModule> allStacks,
Map<String,ServiceModule> commonServices,
Map<String,ExtensionModule> allExtensions) |
void |
ServiceModule.resolve(ServiceModule parentModule,
Map<String,StackModule> allStacks,
Map<String,ServiceModule> commonServices,
Map<String,ExtensionModule> extensions) |
void |
StackModule.resolve(StackModule parentModule,
Map<String,StackModule> allStacks,
Map<String,ServiceModule> commonServices,
Map<String,ExtensionModule> extensions)
Fully resolve the stack.
|
void |
ThemeModule.resolve(ThemeModule parent,
Map<String,StackModule> allStacks,
Map<String,ServiceModule> commonServices,
Map<String,ExtensionModule> extensions) |
void |
StackDefinitionModule.resolve(T parent,
Map<String,StackModule> allStacks,
Map<String,ServiceModule> commonServices,
Map<String,ExtensionModule> extensions)
Resolve the module state with the specified parent.
|
void |
ServiceModule.resolveCommonService(Map<String,StackModule> allStacks,
Map<String,ServiceModule> commonServices,
Map<String,ExtensionModule> extensions)
Resolve common service
|
void |
ServiceModule.resolveExplicit(ServiceModule parentModule,
Map<String,StackModule> allStacks,
Map<String,ServiceModule> commonServices,
Map<String,ExtensionModule> extensions) |
void |
ServiceModule.resolveInternal(ServiceModule parentModule,
Map<String,StackModule> allStacks,
Map<String,ServiceModule> commonServices,
Map<String,ExtensionModule> extensions,
boolean resolveExplicit) |
Modifier and Type | Method and Description |
---|---|
Map<StackModule,RepoUrlInfoCallable.RepoUrlInfoResult> |
RepoUrlInfoCallable.call() |
Modifier and Type | Method and Description |
---|---|
void |
RepoUrlInfoCallable.addStack(StackModule stackModule) |
Constructor and Description |
---|
RepoVdfCallable(StackModule stackModule,
Map<String,URI> vdfOsMap,
OsFamily os_family) |
RepoVdfCallable(StackModule stackModule,
String version,
Map<String,URI> vdfOsMap,
OsFamily os_family) |
Copyright © 2022 Apache Software Foundation. All rights reserved.