Package | Description |
---|---|
org.apache.ambari.server.api.services | |
org.apache.ambari.server.controller | |
org.apache.ambari.server.mpack | |
org.apache.ambari.server.state |
Modifier and Type | Method and Description |
---|---|
List<Module> |
AmbariMetaInfo.getModules(Long mpackId)
Gets the module information for given mpack.
|
Modifier and Type | Method and Description |
---|---|
List<Module> |
AmbariManagementController.getModules(Long mpackId)
Fetch the module info for a given mpack.
|
List<Module> |
AmbariManagementControllerImpl.getModules(Long mpackId) |
Modifier and Type | Method and Description |
---|---|
List<Module> |
MpackManager.getModules(Long mpackId)
Fetches the mpack info stored in the memory for mpacks/{mpack_id} call.
|
Modifier and Type | Method and Description |
---|---|
Module |
Mpack.getModule(String moduleName)
Gets the module with the given name.
|
Modifier and Type | Method and Description |
---|---|
List<Module> |
Mpack.getModules() |
Modifier and Type | Method and Description |
---|---|
void |
ModuleComponent.setModule(Module module) |
Modifier and Type | Method and Description |
---|---|
void |
Mpack.setModules(List<Module> modules) |
Copyright © 2022 Apache Software Foundation. All rights reserved.