public interface ProviderCore
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.conf.Configuration |
getConf() |
String |
getName() |
List<ProviderRole> |
getRoles() |
void |
validateInstanceDefinition(AggregateConf instanceDefinition)
Verify that an instance definition is considered valid by the provider
|
String getName()
List<ProviderRole> getRoles()
org.apache.hadoop.conf.Configuration getConf()
void validateInstanceDefinition(AggregateConf instanceDefinition) throws SliderException
instanceDefinition - instance definitionSliderException - if the configuration is not validCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.