Package | Description |
---|---|
org.apache.giraph.ooc.policy |
Package of classes related to out-of-core policy
|
Modifier and Type | Method and Description |
---|---|
OutOfCoreOracle.IOAction[] |
SimpleGCMonitoringOracle.getNextIOActions() |
OutOfCoreOracle.IOAction[] |
MemoryEstimatorOracle.getNextIOActions() |
OutOfCoreOracle.IOAction[] |
ThresholdBasedOracle.getNextIOActions() |
OutOfCoreOracle.IOAction[] |
FixedPartitionsOracle.getNextIOActions() |
OutOfCoreOracle.IOAction[] |
OutOfCoreOracle.getNextIOActions()
Get the next set of viable IO actions to help bring memory to a more
desired state.
|
static OutOfCoreOracle.IOAction |
OutOfCoreOracle.IOAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutOfCoreOracle.IOAction[] |
OutOfCoreOracle.IOAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.