See: Description
| Interface | Description |
|---|---|
| ByteBufferManager |
An interface for managing a ByteBuffer.
|
| Class | Description |
|---|---|
| AbstractBufferManager |
Provides a basic implementation of ByteBufferManager.
|
| AbstractStoreManager |
A base implementation of BinaryStoreManager interface that uses
BinaryMap objects built on a ByteBufferManager to provide BinaryStore objects. |
| BinaryMap |
Implements the Map interface to store Binary objects using Java's NIO buffers.
|
| BinaryMap.Entry |
A map entry (key-value pair).
|
| BinaryMapStore |
An implementation of BinaryStore backed by a BinaryMap.
|
| ByteBufferInputStream |
An InputStream implementation on top of a Java NIO ByteBuffer.
|
| ByteBufferOutputStream |
An OutputStream implementation on top of a Java NIO ByteBuffer.
|
| ByteBufferReadBuffer |
A ReadBuffer implementation on top of a Java NIO ByteBuffer.
|
| ByteBufferWriteBuffer |
A WriteBuffer implementation on top of a Java NIO ByteBuffer.
|
| DirectBufferManager | Deprecated
use
JournalBinaryStore instead |
| DirectStoreManager | Deprecated
use
JournalBinaryStore instead |
| MappedBufferManager |
Manages a ByteBuffer on a file.
|
| MappedStoreManager |
An implementation of BinaryStoreManager interface that uses
BinaryMap objects built on the MappedBufferManager to provide BinaryStore objects. |