| Modifier and Type | Method and Description |
|---|---|
void |
SliderClient.verifyBindingsDefined()
Verify that the Resource Manager is configured (on a non-HA cluster).
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommonArgs.applyDefinitions(org.apache.hadoop.conf.Configuration conf)
Apply all the definitions on the command line to the configuration
|
void |
ClientArgs.applyDefinitions(org.apache.hadoop.conf.Configuration conf) |
ConfTree |
AbstractClusterBuildingActionArgs.buildAppOptionsConfTree() |
protected ConfTree |
AbstractClusterBuildingActionArgs.buildConfTree(Map<String,String> optionsMap) |
ConfTree |
AbstractClusterBuildingActionArgs.buildResourceOptionsConfTree() |
static Map<String,Map<String,String>> |
ArgOps.convertTripleListToMaps(String description,
List<String> list)
Create a map from a tuple list like
['worker','heapsize','5G','master','heapsize','2M'] into a map
['worker':'2',"master":'1'];
Duplicate entries also trigger errors
|
static Map<String,String> |
ArgOps.convertTupleListToMap(String description,
List<String> list)
Create a map from a tuple list like ['worker','2','master','1] into a map
['worker':'2',"master":'1'];
Duplicate entries also trigger errors
|
Map<String,String> |
AddonArgsDelegate.getAddonMap()
Get the list of addons (may be empty, but never null)
|
Map<String,String> |
AbstractClusterBuildingActionArgs.getAddonMap()
Get the list of addons (may be empty, but never null)
|
Map<String,String> |
ComponentArgsDelegate.getComponentMap()
Get the role mapping (may be empty, but never null)
|
Map<String,String> |
ActionFlexArgs.getComponentMap()
Get the component mapping (may be empty, but never null)
|
Map<String,String> |
AbstractClusterBuildingActionArgs.getComponentMap()
Get the role mapping (may be empty, but never null)
|
Map<String,Map<String,String>> |
AppAndResouceOptionArgsDelegate.getCompOptionMap()
Get the role heap mapping (may be empty, but never null)
|
Map<String,Map<String,String>> |
AbstractClusterBuildingActionArgs.getCompOptionMap()
Get the role heap mapping (may be empty, but never null)
|
Map<String,String> |
AppAndResouceOptionArgsDelegate.getOptionsMap() |
Map<String,String> |
AbstractClusterBuildingActionArgs.getOptionsMap() |
Map<String,Map<String,String>> |
AppAndResouceOptionArgsDelegate.getResourceCompOptionMap()
Get the role heap mapping (may be empty, but never null)
|
Map<String,Map<String,String>> |
AbstractClusterBuildingActionArgs.getResourceCompOptionMap()
Get the role heap mapping (may be empty, but never null)
|
Map<String,String> |
AppAndResouceOptionArgsDelegate.getResourceOptionsMap() |
Map<String,String> |
AbstractClusterBuildingActionArgs.getResourceOptionsMap() |
void |
CommonArgs.validate()
Validate the arguments against the action requested
|
void |
ActionResolveArgs.validate() |
void |
ActionRegistryArgs.validate()
validate health of all the different operations
|
void |
ActionLookupArgs.validate() |
void |
ActionKDiagArgs.validate() |
void |
ActionDependencyArgs.validate() |
void |
AbstractActionArgs.validate() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SliderUtils.validateClusterName(String clustername)
verify that the supplied cluster name is valid
|
| Modifier and Type | Method and Description |
|---|---|
void |
AppDefinitionPersister.processSuppliedDefinitions(String clustername,
AbstractClusterBuildingActionArgs buildInfo,
ConfTreeOperations appConf) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.conf.Configuration |
ProviderService.loadProviderConfigurationInformation(File confDir)
Load a specific XML configuration file for the provider config
|
protected org.apache.hadoop.conf.Configuration |
AbstractProviderService.loadProviderConfigurationInformation(File confDir,
String siteXMLFilename)
Load a specific XML configuration file for the provider config
|
void |
ProviderUtils.validateNodeCount(AggregateConf instanceDescription,
String name,
int min,
int max) |
void |
ProviderUtils.validateNodeCount(String name,
int count,
int min,
int max)
Validate the node count and heap size values of a node class
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.conf.Configuration |
AgentProviderService.loadProviderConfigurationInformation(File confDir) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.conf.Configuration |
SliderAMProviderService.loadProviderConfigurationInformation(File confDir) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
AbstractSliderLaunchedService.require(boolean condition,
String message,
Object... args)
Require a condition to hold; throw
BadCommandArgumentsException if not. |
protected static void |
AbstractSliderLaunchedService.requireArgumentSet(String argname,
String value)
Utility method to require an argument to be set (non null, non-empty)
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.