| Modifier and Type | Method and Description |
|---|---|
ConfTreeOperations |
SliderApplicationApi.getDesiredAppconf()
Get the desired application configuration
|
ConfTreeOperations |
SliderApplicationApi.getDesiredResources()
Get the desired YARN resources
|
ConfTreeOperations |
SliderApplicationApi.getLiveResources()
Get the live YARN resources
|
ConfTreeOperations |
SliderApplicationApi.getResolvedAppconf()
Get the resolved application configuration
|
ConfTreeOperations |
SliderApplicationApi.getResolvedResources()
Get the resolved YARN resources
|
| Modifier and Type | Method and Description |
|---|---|
static ConfTreeOperations |
RestTypeMarshalling.unmarshallToCTO(Messages.WrappedJsonProto wire) |
| Modifier and Type | Method and Description |
|---|---|
ConfTreeOperations |
SliderApplicationIpcClient.getDesiredAppconf() |
ConfTreeOperations |
SliderApplicationIpcClient.getDesiredResources() |
ConfTreeOperations |
SliderClusterOperations.getLiveResources() |
ConfTreeOperations |
SliderApplicationIpcClient.getLiveResources() |
ConfTreeOperations |
SliderClusterOperations.getModelDesiredAppconf() |
ConfTreeOperations |
SliderClusterOperations.getModelDesiredResources() |
ConfTreeOperations |
SliderClusterOperations.getModelResolvedAppconf() |
ConfTreeOperations |
SliderClusterOperations.getModelResolvedResources() |
ConfTreeOperations |
SliderApplicationIpcClient.getResolvedAppconf() |
ConfTreeOperations |
SliderApplicationIpcClient.getResolvedResources() |
| Modifier and Type | Method and Description |
|---|---|
ConfTreeOperations |
SliderApplicationApiRestClient.getDesiredAppconf() |
ConfTreeOperations |
SliderApplicationApiRestClient.getDesiredResources() |
ConfTreeOperations |
SliderApplicationApiRestClient.getLiveResources() |
ConfTreeOperations |
SliderApplicationApiRestClient.getResolvedAppconf() |
ConfTreeOperations |
SliderApplicationApiRestClient.getResolvedResources() |
| Modifier and Type | Method and Description |
|---|---|
static String |
SliderUtils.getApplicationDefinitionPath(ConfTreeOperations conf)
return the HDFS path where the application package has been uploaded
manually or by using slider client (install package command)
|
| Modifier and Type | Method and Description |
|---|---|
static ConfTreeOperations |
ConfTreeOperations.fromFile(File resource)
Load from a resource.
|
static ConfTreeOperations |
ConfTreeOperations.fromInstance(ConfTree instance)
Build from an existing instance -which is cloned via JSON ser/deser
|
static ConfTreeOperations |
ConfTreeOperations.fromResource(String resource)
Load from a resource.
|
ConfTreeOperations |
AggregateConf.getAppConfOperations() |
ConfTreeOperations |
AggregateConf.getInternalOperations() |
ConfTreeOperations |
AggregateConf.getResourceOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfTreeOperations.propagateGlobalKeys(ConfTreeOperations src,
String prefix)
Propagate all global keys matching a prefix
|
void |
InputPropertiesValidator.validate(ConfTreeOperations props) |
void |
AbstractInputPropertiesValidator.validate(ConfTreeOperations props) |
protected void |
AbstractInputPropertiesValidator.validateComponentProperties(ConfTreeOperations props) |
protected void |
ResourcesInputPropertiesValidator.validateGlobalProperties(ConfTreeOperations props) |
| Modifier and Type | Method and Description |
|---|---|
void |
AppDefinitionPersister.processSuppliedDefinitions(String clustername,
AbstractClusterBuildingActionArgs buildInfo,
ConfTreeOperations appConf) |
| Modifier and Type | Method and Description |
|---|---|
String |
ProviderUtils.buildPathToScript(ConfTreeOperations internal,
String bindir,
String script)
Build the image dir.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
AgentProviderService.getSystemConfigurationsRequested(ConfTreeOperations appConf) |
| Modifier and Type | Method and Description |
|---|---|
ConfTreeOperations |
StateAccessForProviders.getAppConfSnapshot()
Get at the snapshot of the appconf config
Changes here do not affect the application state.
|
ConfTreeOperations |
ProviderAppState.getAppConfSnapshot() |
ConfTreeOperations |
AppState.getAppConfSnapshot() |
ConfTreeOperations |
StateAccessForProviders.getInternalsSnapshot()
Get at the snapshot of the internals config.
|
ConfTreeOperations |
ProviderAppState.getInternalsSnapshot() |
ConfTreeOperations |
AppState.getInternalsSnapshot() |
ConfTreeOperations |
StateAccessForProviders.getResourcesSnapshot()
Get at the snapshot of the resource config
Changes here do not affect the application state.
|
ConfTreeOperations |
ProviderAppState.getResourcesSnapshot() |
ConfTreeOperations |
AppState.getResourcesSnapshot() |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.