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.persistence |
Package of classes related to IO abstraction or persistence layer used for
out-of-core mechanism
|
Modifier and Type | Field and Description |
---|---|
static ClassConfOption<OutOfCoreDataAccessor> |
GiraphConstants.OUT_OF_CORE_DATA_ACCESSOR
Data accessor resource/object
|
Modifier and Type | Method and Description |
---|---|
OutOfCoreDataAccessor |
OutOfCoreEngine.getDataAccessor() |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryDataAccessor
Implementation of data accessor which keeps all the data serialized but in
memory.
|
class |
LocalDiskDataAccessor
Data accessor object to read/write data in local disk.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.