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.data |
Package of classes related to data structures used for an out-of-core
mechanism
|
org.apache.giraph.ooc.persistence |
Package of classes related to IO abstraction or persistence layer used for
out-of-core mechanism
|
Class and Description |
---|
OutOfCoreDataAccessor
Interface representing data accessor object (DAO) used as persistence layer
in out-of-core mechanism.
|
Class and Description |
---|
OutOfCoreDataAccessor
Interface representing data accessor object (DAO) used as persistence layer
in out-of-core mechanism.
|
Class and Description |
---|
DataIndex
Index chain used in out-of-core data accessor object (DAO) to access
serialized data.
|
Class and Description |
---|
DataIndex
Index chain used in out-of-core data accessor object (DAO) to access
serialized data.
|
DataIndex.DataIndexEntry
Interface to unify different types of entries used as index chain
|
DataIndex.NumericIndexEntry
Class representing any index chain that depends on something with id.
|
DataIndex.TypeIndexEntry
Different static types of index chain entry
|
OutOfCoreDataAccessor
Interface representing data accessor object (DAO) used as persistence layer
in out-of-core mechanism.
|
OutOfCoreDataAccessor.DataInputWrapper
Interface to wrap
DataInput |
OutOfCoreDataAccessor.DataOutputWrapper
Interface to warp
DataOutput |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.