| Modifier and Type | Method and Description |
|---|---|
void |
SliderApplicationApi.putDesiredResources(ConfTree updated)
Put an updated resources structure.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfTree |
RestTypeMarshalling.unmarshallToConfTree(Messages.WrappedJsonProto wire) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SliderClient.replaceTokens(ConfTree conf,
String userName,
String clusterName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SliderClusterOperations.flex(ConfTree resources)
Flex operation
|
void |
SliderApplicationIpcClient.putDesiredResources(ConfTree updated) |
| Modifier and Type | Method and Description |
|---|---|
void |
SliderApplicationApiRestClient.putDesiredResources(ConfTree updated) |
| Modifier and Type | Method and Description |
|---|---|
ConfTree |
AbstractClusterBuildingActionArgs.buildAppOptionsConfTree() |
protected ConfTree |
AbstractClusterBuildingActionArgs.buildConfTree(Map<String,String> optionsMap) |
ConfTree |
AbstractClusterBuildingActionArgs.buildResourceOptionsConfTree() |
| Modifier and Type | Field and Description |
|---|---|
ConfTree |
ConfTreeOperations.confTree |
| Modifier and Type | Method and Description |
|---|---|
ConfTree |
AggregateConf.getAppConf() |
ConfTree |
ConfTreeOperations.getConfTree()
Get the underlying conf tree
|
ConfTree |
AggregateConf.getInternal() |
ConfTree |
AggregateConf.getResources() |
| Modifier and Type | Method and Description |
|---|---|
static ConfTreeOperations |
ConfTreeOperations.fromInstance(ConfTree instance)
Build from an existing instance -which is cloned via JSON ser/deser
|
void |
ConfTreeOperations.merge(ConfTree that)
Merge in another tree with overwrites
|
void |
ConfTreeOperations.mergeWithoutOverwrite(ConfTree that)
Merge in another tree -no overwrites of global or conf data
(note that metadata does a naive putAll merge/overwrite)
|
void |
ConfTreeOperations.propagateGlobalKeys(ConfTree src,
String prefix)
Propagate all global keys matching a prefix
|
void |
AggregateConf.setAppConf(ConfTree appConf) |
void |
AggregateConf.setInternal(ConfTree internal) |
void |
AggregateConf.setResources(ConfTree resources) |
| Constructor and Description |
|---|
AggregateConf(ConfTree resources,
ConfTree appConf,
ConfTree internal) |
ConfTreeOperations(ConfTree confTree) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ConfTreeSerDeser.toString(ConfTree instance)
Convert a tree instance to a JSON string -sync access to a shared ser/deser
object instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
SliderAppMaster.flexCluster(ConfTree resources)
Implementation of cluster flexing.
|
| Modifier and Type | Field and Description |
|---|---|
ConfTree |
ActionFlexCluster.resources |
| Constructor and Description |
|---|
ActionFlexCluster(String name,
long delay,
TimeUnit timeUnit,
ConfTree resources) |
| Modifier and Type | Method and Description |
|---|---|
List<ProviderRole> |
AppState.updateResourceDefinitions(ConfTree resources)
The resource configuration is updated -review and update state.
|
| Modifier and Type | Method and Description |
|---|---|
ConfTree |
ApplicationResource.getLiveResources() |
ConfTree |
ApplicationResource.getModelDesiredAppconf() |
ConfTree |
ApplicationResource.getModelDesiredResources() |
ConfTree |
ApplicationResource.getModelResolvedAppconf() |
ConfTree |
ApplicationResource.getModelResolvedResources() |
protected ConfTree |
ApplicationResource.lookupConfTree(String key)
Helper method; look up an conf tree in the cache from
a key, or raise an exception
|
ConfTree |
ApplicationResource.setModelDesiredResources(ConfTree updated) |
ConfTree |
ApplicationResource.setModelDesiredResources(String json) |
| Modifier and Type | Method and Description |
|---|---|
ConfTree |
ApplicationResource.setModelDesiredResources(ConfTree updated) |
| Modifier and Type | Method and Description |
|---|---|
ConfTree |
ResourceSnapshotRefresher.refresh() |
ConfTree |
LiveResourcesRefresher.refresh() |
ConfTree |
AppconfRefresher.refresh() |
| Modifier and Type | Method and Description |
|---|---|
static ConfTreeResource |
ResourceFactory.createConfTreeResource(ConfTree confTree,
javax.ws.rs.core.UriBuilder uriBuilder) |
| Constructor and Description |
|---|
ConfTreeResource(ConfTree confTree,
javax.ws.rs.core.UriBuilder uriBuilder) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.