Package | Description |
---|---|
org.apache.giraph.conf |
Package of Giraph configuration related things.
|
org.apache.giraph.examples |
Package of Giraph examples.
|
org.apache.giraph.ooc.policy |
Package of classes related to out-of-core policy
|
Modifier and Type | Field and Description |
---|---|
static LongConfOption |
GiraphConstants.INPUT_SPLIT_MAX_EDGES
To limit outlier vertex input splits from producing too many vertices or
to help with testing, the number of edges loaded from an input split
can be limited.
|
static LongConfOption |
GiraphConstants.INPUT_SPLIT_MAX_VERTICES
To limit outlier vertex input splits from producing too many vertices or
to help with testing, the number of vertices loaded from an input split
can be limited.
|
static LongConfOption |
GiraphConstants.MAX_ALLOWED_JOB_TIME_MS
Maximum allowed time for job to run after getting all resources before it
will be killed, in milliseconds (-1 if it has no limit)
|
static LongConfOption |
GiraphConstants.VERTICES_TO_UPDATE_PROGRESS
Minimum number of vertices to compute before adding to worker progress.
|
static LongConfOption |
GiraphConstants.WAIT_FOR_OTHER_WORKERS_TIMEOUT_MSEC
Timeout for "waitForever", when we need to wait for other workers
to complete their job.
|
static LongConfOption |
GiraphConstants.WAIT_ZOOKEEPER_TIMEOUT_MSEC
Timeout for "waitForever", when we need to wait for zookeeper.
|
Modifier and Type | Field and Description |
---|---|
static LongConfOption |
BrachaTouegDeadlockComputation.BRACHA_TOUEG_DL_INITIATOR_ID
The deadlock detection initiator id
|
static LongConfOption |
GeneratedEdgeReader.DEFAULT_READER_EDGES
Default edges produced by this reader
|
static LongConfOption |
GeneratedVertexReader.READER_VERTICES
Vertices produced by this reader
|
static LongConfOption |
SimpleShortestPathsComputation.SOURCE_ID
The shortest paths id
|
Modifier and Type | Field and Description |
---|---|
static LongConfOption |
MemoryEstimatorOracle.CHECK_MEMORY_INTERVAL
Memory check interval in msec
|
static LongConfOption |
ThresholdBasedOracle.CHECK_MEMORY_INTERVAL
The interval at which memory observer thread wakes up.
|
static LongConfOption |
ThresholdBasedOracle.LAST_GC_CALL_INTERVAL
Memory observer thread would manually call GC if major/full GC has not
been called for a while.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.