| Package | Description |
|---|---|
| org.apache.ambari.server.api.services | |
| org.apache.ambari.server.controller | |
| org.apache.ambari.server.mpack |
| Modifier and Type | Method and Description |
|---|---|
MpackResponse |
AmbariMetaInfo.registerMpack(MpackRequest mpackRequest)
Calls the registerMpack method from mpackManager to support a POST /mpacks request
|
| Modifier and Type | Method and Description |
|---|---|
MpackResponse |
AmbariManagementController.getMpack(Long mpackId)
Fetch an mpack based on id
|
MpackResponse |
AmbariManagementControllerImpl.getMpack(Long mpackId) |
MpackResponse |
MpackResponse.MpackResponseWrapper.getMpackResponse() |
MpackResponse |
AmbariManagementController.registerMpack(MpackRequest request)
Register the mpack defined by the attributes in the given request object.
|
MpackResponse |
AmbariManagementControllerImpl.registerMpack(MpackRequest request)
Register the mpack defined by the attributes in the given request object.
|
| Modifier and Type | Method and Description |
|---|---|
Set<MpackResponse> |
AmbariManagementController.getMpacks()
Fetch all mpacks
|
Set<MpackResponse> |
AmbariManagementControllerImpl.getMpacks() |
| Modifier and Type | Method and Description |
|---|---|
MpackResponse |
MpackManager.registerMpack(MpackRequest mpackRequest)
Parses mpack.json to fetch mpack and associated packlet information and
stores the mpack to the database and mpackMap
|
Copyright © 2022 Apache Software Foundation. All rights reserved.