public class LocalRuntimeConfiguration extends ConfigurationModuleBuilder
Modifier and Type | Field and Description |
---|---|
static ConfigurationModule |
CONF
The ConfigurationModule for the local resourcemanager.
|
static OptionalImpl<ConfigurationProvider> |
DRIVER_CONFIGURATION_PROVIDERS
Configuration provides whose Configuration will be merged into all Driver Configuration.
|
static OptionalParameter<Double> |
JVM_HEAP_SLACK
The fraction of the container memory NOT to use for the Java Heap.
|
static OptionalParameter<Integer> |
MAX_NUMBER_OF_EVALUATORS
The number of threads or processes available to the resourcemanager.
|
static OptionalParameter<String> |
RACK_NAMES
The rack names that will be available in the local runtime.
|
static OptionalParameter<String> |
RUNTIME_ROOT_FOLDER
The folder in which the sub-folders, one per Node, will be created.
|
Constructor and Description |
---|
LocalRuntimeConfiguration() |
bind, bindConstructor, bindConstructor, bindImplementation, bindImplementation, bindImplementation, bindList, bindList, bindList, bindNamedParameter, bindNamedParameter, bindNamedParameter, bindNamedParameter, bindSetEntry, bindSetEntry, bindSetEntry, bindSetEntry, build, merge
public static final OptionalParameter<Integer> MAX_NUMBER_OF_EVALUATORS
public static final OptionalParameter<String> RUNTIME_ROOT_FOLDER
If none is given, a folder "REEF_LOCAL_RUNTIME" will be created in the local directory.
public static final OptionalParameter<Double> JVM_HEAP_SLACK
public static final OptionalImpl<ConfigurationProvider> DRIVER_CONFIGURATION_PROVIDERS
public static final OptionalParameter<String> RACK_NAMES
public static final ConfigurationModule CONF
public LocalRuntimeConfiguration()
Copyright © 2016 The Apache Software Foundation. All rights reserved.