Package | Description |
---|---|
org.apache.giraph.ooc.persistence |
Package of classes related to IO abstraction or persistence layer used for
out-of-core mechanism
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryDataAccessor.InMemoryDataInputWrapper
DataInputWrapper implementation for InMemoryDataAccessor |
Modifier and Type | Method and Description |
---|---|
OutOfCoreDataAccessor.DataInputWrapper |
InMemoryDataAccessor.prepareInput(int threadId,
DataIndex index) |
OutOfCoreDataAccessor.DataInputWrapper |
LocalDiskDataAccessor.prepareInput(int threadId,
DataIndex index) |
OutOfCoreDataAccessor.DataInputWrapper |
OutOfCoreDataAccessor.prepareInput(int threadId,
DataIndex index)
Prepare a wrapper containing
DataInput representation for a
given thread involved in persistence for a given index chain for data. |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.