| 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 |
|---|---|
static class |
InMemoryDataAccessor.InMemoryDataOutputWrapper
DataOutputWrapper implementation for InMemoryDataAccessor |
| Modifier and Type | Method and Description |
|---|---|
OutOfCoreDataAccessor.DataOutputWrapper |
InMemoryDataAccessor.prepareOutput(int threadId,
DataIndex index,
boolean shouldAppend) |
OutOfCoreDataAccessor.DataOutputWrapper |
LocalDiskDataAccessor.prepareOutput(int threadId,
DataIndex index,
boolean shouldAppend) |
OutOfCoreDataAccessor.DataOutputWrapper |
OutOfCoreDataAccessor.prepareOutput(int threadId,
DataIndex index,
boolean shouldAppend)
Prepare a wrapper containing
DataOutput 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.