Package | Description |
---|---|
com.tangosol.coherence.config.builder.storemanager |
Defines external Store Manager Builder implementations for Coherence caches
|
com.tangosol.io.nio |
Contains classes related to J2SE 1.4 NIO functionality.
|
Class | Description |
---|---|
DirectStoreManager |
Deprecated.
use
JournalBinaryStore
instead |
MappedStoreManager |
An implementation of BinaryStoreManager interface that uses
BinaryMap
objects built on the MappedBufferManager to provide BinaryStore
objects. |
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.Block |
A Block is the unit of storage within a Buffer.
|
BinaryMap.Entry |
A map entry (key-value pair).
|
BinaryMap.EntrySet |
A set of entries backed by this map.
|
BinaryMap.KeySet |
A set of entries backed by this map.
|
BinaryMap.ValuesCollection |
A collection of values backed by this map.
|
ByteBufferManager |
An interface for managing a ByteBuffer.
|
ByteBufferWriteBuffer |
A WriteBuffer implementation on top of a Java NIO ByteBuffer.
|