public final class JobConf
extends org.apache.reef.tang.formats.ConfigurationModuleBuilder
Modifier and Type | Class and Description |
---|---|
class |
JobConf.DAGDirectory
Directory to store JSON representation of intermediate DAGs.
|
class |
JobConf.DeployMode
Deploy mode.
|
class |
JobConf.DriverMemMb
Coral driver memory.
|
class |
JobConf.ExecutorCapacity
Executor capacity.
|
class |
JobConf.ExecutorId
Executor id.
|
class |
JobConf.ExecutorJsonContents
Contents of the JSON file that specifies resource layout.
|
class |
JobConf.ExecutorJsonPath
Path to the JSON file that specifies resource layout.
|
class |
JobConf.FileDirectory
Directory to store files for storing blocks.
|
class |
JobConf.GlusterVolumeDirectory
Directory points the mounted GlusterFS volume to store files in remote fashion.
|
class |
JobConf.HashRangeMultiplier
Hash range multiplier.
|
class |
JobConf.IORequestHandleThreadsTotal
Number of I/O threads for block fetch requests from other executor.
|
class |
JobConf.JobId
Job id.
|
class |
JobConf.JVMHeapSlack
The fraction of container memory not to use fo the JVM heap.
|
class |
JobConf.MaxScheduleAttempt
Max number of attempts for task group scheduling.
|
class |
JobConf.OptimizationPolicy
The name of the optimization policy.
|
class |
JobConf.PartitionTransportClientNumThreads
The number of threads of block transfer client.
|
class |
JobConf.PartitionTransportServerBacklog
The maximum length which the pending connection queue of block transfer may grow to.
|
class |
JobConf.PartitionTransportServerNumListeningThreads
The number of listening threads of block transfer server.
|
class |
JobConf.PartitionTransportServerNumWorkingThreads
The number of block transfer server threads
which work on accepted connections.
|
class |
JobConf.PartitionTransportServerPort
The TCP port to which local block transfer binds.
|
class |
JobConf.SchedulerTimeoutMs
Scheduler timeout in ms.
|
class |
JobConf.ScheduleSerThread
The number of serialization threads for scheduling.
|
class |
JobConf.SerializedDAG
Serialized {edu.snu.coral.common.dag.DAG} from user main method.
|
class |
JobConf.UserMainArguments
User Main Arguments.
|
class |
JobConf.UserMainClass
User Main Class Name.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.reef.tang.formats.OptionalParameter<Integer> |
EXECUTOR_CAPACITY |
static org.apache.reef.tang.formats.ConfigurationModule |
EXECUTOR_CONF |
static org.apache.reef.tang.formats.RequiredParameter<String> |
EXECUTOR_ID |
static org.apache.reef.tang.formats.OptionalParameter<String> |
GLUSTER_DISK_DIRECTORY |
static org.apache.reef.tang.formats.RequiredParameter<String> |
JOB_ID |
static org.apache.reef.tang.formats.OptionalParameter<String> |
LOCAL_DISK_DIRECTORY |
Constructor and Description |
---|
JobConf() |
bind, bindConstructor, bindConstructor, bindImplementation, bindImplementation, bindImplementation, bindList, bindList, bindList, bindNamedParameter, bindNamedParameter, bindNamedParameter, bindNamedParameter, bindSetEntry, bindSetEntry, bindSetEntry, bindSetEntry, build, merge
public static final org.apache.reef.tang.formats.RequiredParameter<String> EXECUTOR_ID
public static final org.apache.reef.tang.formats.OptionalParameter<Integer> EXECUTOR_CAPACITY
public static final org.apache.reef.tang.formats.RequiredParameter<String> JOB_ID
public static final org.apache.reef.tang.formats.OptionalParameter<String> LOCAL_DISK_DIRECTORY
public static final org.apache.reef.tang.formats.OptionalParameter<String> GLUSTER_DISK_DIRECTORY
public static final org.apache.reef.tang.formats.ConfigurationModule EXECUTOR_CONF
Copyright © 2018. All rights reserved.