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 |
---|---|
Mpack |
AmbariMetaInfo.getMpack(Long mpackId)
Fetch a particular mpack based on mpackid
|
Modifier and Type | Method and Description |
---|---|
Collection<Mpack> |
AmbariMetaInfo.getMpacks() |
Constructor and Description |
---|
MpackResponse(Mpack mpack) |
Modifier and Type | Field and Description |
---|---|
protected Map<Long,Mpack> |
MpackManager.mpackMap |
Modifier and Type | Method and Description |
---|---|
Map<Long,Mpack> |
MpackManager.getMpackMap() |
Modifier and Type | Method and Description |
---|---|
protected Long |
MpackManager.populateDB(Mpack mpacks)
Make an entry in the mpacks database for the newly registered mpack.
|
protected void |
MpackManager.populateStackDB(Mpack mpack)
Makes an entry or updates the entry in the stack table to establish a link between the mpack and the
associated stack
|
Modifier and Type | Method and Description |
---|---|
void |
MpackManager.setMpackMap(Map<Long,Mpack> mpackMap) |
Modifier and Type | Method and Description |
---|---|
void |
Mpack.copyFrom(Mpack mpack) |
Copyright © 2022 Apache Software Foundation. All rights reserved.