This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Client.Local.LocalRuntimeClientConfiguration Class Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Static Public Attributes | List of all members
Org.Apache.REEF.Client.Local.LocalRuntimeClientConfiguration Class Reference

Inherits Org.Apache.REEF.Tang.Formats.ConfigurationModuleBuilder.

Static Public Attributes

static readonly OptionalParameter< int > NumberOfEvaluators = new OptionalParameter<int>()
 The number of threads or evaluators available to the resourcemanager. More...
 
static readonly OptionalParameter< string > RuntimeFolder = new OptionalParameter<string>()
 The folder in which the sub-folders, one per job, will be created. More...
 
static ConfigurationModule ConfigurationModule
 

Additional Inherited Members

- Public Member Functions inherited from Org.Apache.REEF.Tang.Formats.ConfigurationModuleBuilder
 ConfigurationModuleBuilder ()
 
ConfigurationModuleBuilder Merge (ConfigurationModule d)
 
ConfigurationModuleBuilder BindSetEntry< U, T > (GenericType< U > iface, string impl)
 
ConfigurationModuleBuilder BindSetEntry< U, V, T > (GenericType< U > iface, GenericType< V > impl)
 
ConfigurationModuleBuilder BindSetEntry< U, T > (GenericType< U > iface, IImpl< T > opt)
 
ConfigurationModuleBuilder BindSetEntry< U, T > (GenericType< U > iface, IParam< T > opt)
 
ConfigurationModuleBuilder BindList< U, T > (GenericType< U > iface, IList< string > impl)
 
ConfigurationModuleBuilder BindList< U, T > (GenericType< U > iface, IImpl< IList< T >> opt)
 
ConfigurationModuleBuilder BindList< U, T > (GenericType< U > iface, IParam< IList< T >> opt)
 
ConfigurationModuleBuilder BindImplementation< U, T > (GenericType< U > iface, GenericType< T > impl)
 
ConfigurationModuleBuilder BindImplementation< T > (GenericType< T > iface, string impl)
 
ConfigurationModuleBuilder BindImplementation< U, T > (GenericType< T > iface, IImpl< U > opt)
 
ConfigurationModuleBuilder BindNamedParameter< U, T > (GenericType< U > name, string value)
 
ConfigurationModuleBuilder BindNamedParameter< U, T > (GenericType< U > name, IParam< T > opt)
 
ConfigurationModuleBuilder BindNamedParameter< U, V, T > (GenericType< U > iface, GenericType< V > impl)
 
ConfigurationModuleBuilder BindNamedParameter< U, T > (GenericType< U > iface, GenericType< T > impl)
 
ConfigurationModuleBuilder BindNamedParameter< U, V, T > (GenericType< U > iface, IImpl< V > opt)
 
ConfigurationModuleBuilder BindNamedParameter< U, T > (GenericType< U > iface, IImpl< T > opt)
 
ConfigurationModuleBuilder BindConstructor< T, U > (GenericType< T > clazz, GenericType< U > constructor)
 
ConfigurationModuleBuilder BindConstructor< T, U > (GenericType< T > cons, IImpl< U > v)
 
ConfigurationModule Build ()
 
ConfigurationModuleBuilder DeepCopy ()
 
string ToString (ISet< FieldInfo > s)
 
- Public Attributes inherited from Org.Apache.REEF.Tang.Formats.ConfigurationModuleBuilder
readonly ICsConfigurationBuilder B = TangFactory.GetTang().NewConfigurationBuilder()
 
readonly MonotonicHashSet< FieldInfo > ReqDecl = new MonotonicHashSet<FieldInfo>()
 
readonly MonotonicHashSet< FieldInfo > OptDecl = new MonotonicHashSet<FieldInfo>()
 
readonly MonotonicHashSet< object > SetOpts = new MonotonicHashSet<object>()
 
readonly MonotonicHashMap< object, FieldInfo > Map = new MonotonicHashMap<object, FieldInfo>()
 
readonly MonotonicHashMap< Type, object > FreeImpls = new MonotonicHashMap<Type, object>()
 
readonly MonotonicHashMap< Type, object > FreeParams = new MonotonicHashMap<Type, object>()
 

Member Data Documentation

ConfigurationModule Org.Apache.REEF.Client.Local.LocalRuntimeClientConfiguration.ConfigurationModule
static
Initial value:
= new LocalRuntimeClientConfiguration()
.BindImplementation(GenericType<IREEFClient>.Class, GenericType<LocalClient>.Class)
.BindSetEntry<EnvironmentDriverConfigurationProviders, LocalDriverConfigurationProvider, IConfigurationProvider>(
GenericType<EnvironmentDriverConfigurationProviders>.Class, GenericType<LocalDriverConfigurationProvider>.Class)
.BindNamedParameter(GenericType<LocalRuntimeDirectory>.Class, RuntimeFolder)
.BindNamedParameter(GenericType<NumberOfEvaluators>.Class, NumberOfEvaluators)
.Build()
readonly OptionalParameter<int> Org.Apache.REEF.Client.Local.LocalRuntimeClientConfiguration.NumberOfEvaluators = new OptionalParameter<int>()
static

The number of threads or evaluators available to the resourcemanager.

This is the upper limit on the number of Evaluators that the local resourcemanager will hand out concurrently. This simulates the size of a physical cluster in terms of the number of slots available on it with one important caveat: The Driver is not counted against this number.

readonly OptionalParameter<string> Org.Apache.REEF.Client.Local.LocalRuntimeClientConfiguration.RuntimeFolder = new OptionalParameter<string>()
static

The folder in which the sub-folders, one per job, will be created.

If none is given, the temp directory is used.


The documentation for this class was generated from the following file: