| 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_EDGESTo 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_VERTICESTo 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_MSMaximum 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_PROGRESSMinimum number of vertices to compute before adding to worker progress. | 
| static LongConfOption | GiraphConstants. WAIT_FOR_OTHER_WORKERS_TIMEOUT_MSECTimeout for "waitForever", when we need to wait for other workers
 to complete their job. | 
| static LongConfOption | GiraphConstants. WAIT_ZOOKEEPER_TIMEOUT_MSECTimeout for "waitForever", when we need to wait for zookeeper. | 
| Modifier and Type | Field and Description | 
|---|---|
| static LongConfOption | BrachaTouegDeadlockComputation. BRACHA_TOUEG_DL_INITIATOR_IDThe deadlock detection initiator id | 
| static LongConfOption | GeneratedEdgeReader. DEFAULT_READER_EDGESDefault edges produced by this reader | 
| static LongConfOption | GeneratedVertexReader. READER_VERTICESVertices produced by this reader | 
| static LongConfOption | SimpleShortestPathsComputation. SOURCE_IDThe shortest paths id | 
| Modifier and Type | Field and Description | 
|---|---|
| static LongConfOption | MemoryEstimatorOracle. CHECK_MEMORY_INTERVALMemory check interval in msec | 
| static LongConfOption | ThresholdBasedOracle. CHECK_MEMORY_INTERVALThe interval at which memory observer thread wakes up. | 
| static LongConfOption | ThresholdBasedOracle. LAST_GC_CALL_INTERVALMemory 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.