Package | Description |
---|---|
org.apache.giraph.conf |
Package of Giraph configuration related things.
|
org.apache.giraph.ooc |
Package of out-of-core related classes.
|
org.apache.giraph.ooc.policy |
Package of classes related to out-of-core policy
|
Modifier and Type | Field and Description |
---|---|
static ClassConfOption<OutOfCoreOracle> |
GiraphConstants.OUT_OF_CORE_ORACLE
Out-of-core oracle that is to be used for adaptive out-of-core engine.
|
Modifier and Type | Method and Description |
---|---|
OutOfCoreOracle |
OutOfCoreEngine.getOracle()
Get a reference to out-of-core oracle
|
Modifier and Type | Class and Description |
---|---|
class |
FixedPartitionsOracle
Oracle for fixed out-of-core mechanism
|
class |
MemoryEstimatorOracle
Implementation of
OutOfCoreOracle that uses a linear regression model
to estimate actual memory usage based on the current state of computation. |
class |
SimpleGCMonitoringOracle
Out-of-core oracle to adaptively control data kept in memory, with the goal
of keeping the memory state constantly at a desired state.
|
class |
ThresholdBasedOracle
Out-of-core oracle to adaptively control data kept in memory, with the goal
of keeping the memory usage at a desired state.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.