See: Description
| Interface | Description |
|---|---|
| DataIndex.DataIndexEntry |
Interface to unify different types of entries used as index chain
|
| 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 |
| Class | Description |
|---|---|
| DataIndex |
Index chain used in out-of-core data accessor object (DAO) to access
serialized data.
|
| DataIndex.NumericIndexEntry |
Class representing any index chain that depends on something with id.
|
| InMemoryDataAccessor |
Implementation of data accessor which keeps all the data serialized but in
memory.
|
| InMemoryDataAccessor.InMemoryDataOutputWrapper |
DataOutputWrapper implementation for InMemoryDataAccessor |
| LocalDiskDataAccessor |
Data accessor object to read/write data in local disk.
|
| Enum | Description |
|---|---|
| DataIndex.TypeIndexEntry |
Different static types of index chain entry
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.