Package | Description |
---|---|
org.apache.ambari.server.api.services | |
org.apache.ambari.server.controller | |
org.apache.ambari.server.mpack | |
org.apache.ambari.server.orm.dao |
Modifier and Type | Method and Description |
---|---|
void |
AmbariMetaInfo.removeMpack(MpackEntity mpackEntity,
StackEntity stackEntity)
Remove Mpack from the mpackMap and stackMap which is used to power the Mpack and Stack APIs.
|
Modifier and Type | Method and Description |
---|---|
void |
AmbariManagementController.removeMpack(MpackEntity mpackEntity,
StackEntity stackEntity)
Remove Mpack from the mpackMap and stackMap which is used to power the Mpack and Stack APIs.
|
void |
AmbariManagementControllerImpl.removeMpack(MpackEntity mpackEntity,
StackEntity stackEntity)
Remove Mpack from the mpackMap and stackMap which is used to power the Mpack and Stack APIs.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MpackManager.removeMpack(MpackEntity mpackEntity,
StackEntity stackEntity)
Remove the mpack and stack directories when a request comes in to delete a particular mpack.
|
Modifier and Type | Method and Description |
---|---|
MpackEntity |
MpackDAO.findById(long id)
Gets an mpack with the specified ID.
|
Modifier and Type | Method and Description |
---|---|
List<MpackEntity> |
MpackDAO.findAll()
Gets all mpacks stored in the database across all clusters.
|
List<MpackEntity> |
MpackDAO.findByNameVersion(String mpackName,
String mpackVersion)
Gets mpacks with specified mpack name and mpack version.
|
Modifier and Type | Method and Description |
---|---|
Long |
MpackDAO.create(MpackEntity mpackEntity)
Persists a new mpack
|
Copyright © 2022 Apache Software Foundation. All rights reserved.