|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bigdata.service.mapred.AbstractJobAndTaskService.Options
public static class AbstractJobAndTaskService.Options
Options for
AbstractJobAndTaskService.AbstractJobAndTaskService(Properties)
| Field Summary | |
|---|---|
static String |
DEFAULT_HEARTBEAT_PERIOD
The default period between runs of the HeartbeatMonitorTask
(1000ms). |
static String |
DEFAULT_HEARTBEAT_TIMEOUT
The default maximum heartbeat timeout (3000ms). |
static String |
DEFAULT_THREAD_POOL_SIZE
The default thread pool size is 50 per CPU. |
static String |
HEARTBEAT_PERIOD
The period between runs of the HeartbeatMonitorTask (it looks for
jobs that have not received a heartbeat). |
static String |
HEARTBEAT_TIMEOUT
The maximum time that a job may continue to run without receiving a heartbeat message (default is 3000ms). |
static String |
THREAD_POOL_SIZE
The thread pool size (#of workers). |
| Constructor Summary | |
|---|---|
AbstractJobAndTaskService.Options()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String THREAD_POOL_SIZE
DEFAULT_THREAD_POOL_SIZE,
Constant Field Valuespublic static final String DEFAULT_THREAD_POOL_SIZE
public static final String HEARTBEAT_TIMEOUT
HeartbeatMonitorTask.
public static final String DEFAULT_HEARTBEAT_TIMEOUT
public static final String HEARTBEAT_PERIOD
HeartbeatMonitorTask (it looks for
jobs that have not received a heartbeat).
public static final String DEFAULT_HEARTBEAT_PERIOD
HeartbeatMonitorTask
(1000ms).
| Constructor Detail |
|---|
public AbstractJobAndTaskService.Options()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||