public final class StandaloneRuntimeConfiguration extends ConfigurationModuleBuilder
Modifier and Type | Field and Description |
---|---|
static ConfigurationModule |
CONF
The ConfigurationModule for the standalone resourcemanager.
|
static OptionalImpl<ConfigurationProvider> |
DRIVER_CONFIGURATION_PROVIDERS
Configuration provides whose Configuration will be merged into all Driver Configuration.
|
static OptionalParameter<String> |
NODE_FOLDER
Folder to save the shaded jar for the remote nodes.
|
static RequiredParameter<String> |
NODE_LIST_FILE_PATH
The file containing a list of remote ssh nodes (i.e.
|
static OptionalParameter<String> |
RUNTIME_ROOT_FOLDER
Folder to save the files generated by REEF.
|
static OptionalParameter<Integer> |
SSH_PORT_NUM
The port number to attempt the ssh connection.
|
Constructor and Description |
---|
StandaloneRuntimeConfiguration() |
bind, bindConstructor, bindConstructor, bindImplementation, bindImplementation, bindImplementation, bindList, bindList, bindList, bindNamedParameter, bindNamedParameter, bindNamedParameter, bindNamedParameter, bindSetEntry, bindSetEntry, bindSetEntry, bindSetEntry, build, merge
public static final RequiredParameter<String> NODE_LIST_FILE_PATH
public static final OptionalParameter<String> NODE_FOLDER
public static final OptionalParameter<String> RUNTIME_ROOT_FOLDER
public static final OptionalParameter<Integer> SSH_PORT_NUM
public static final OptionalImpl<ConfigurationProvider> DRIVER_CONFIGURATION_PROVIDERS
public static final ConfigurationModule CONF
public StandaloneRuntimeConfiguration()
Copyright © 2017 The Apache Software Foundation. All rights reserved.