Package | Description |
---|---|
org.apache.ambari.server.stack |
Modifier and Type | Class and Description |
---|---|
class |
BaseModule<T,I>
Abstract base service definition module.
|
class |
ComponentModule
Component module which provides all functionality related to parsing and fully
resolving service components from the stack definition.
|
class |
ConfigurationModule
Configuration module which provides functionality related to parsing and fully
resolving a configuration from the stack definition.
|
class |
ExtensionModule
Extension module which provides all functionality related to parsing and fully
resolving extensions from the extension definition.
|
class |
QuickLinksConfigurationModule |
class |
ServiceModule
Service module which provides all functionality related to parsing and fully
resolving services from the stack definition.
|
class |
StackModule
Stack module which provides all functionality related to parsing and fully
resolving stacks from the stack definition.
|
class |
ThemeModule |
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseModule.finalizeChildModules(Collection<? extends StackDefinitionModule> modules)
Finalize a modules child components.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.