|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||
Contains classes related to J2SE 1.4 NIO functionality.
See:
Description
| Interface Summary | |
|---|---|
| ByteBufferManager | An interface for managing a ByteBuffer. |
| Class Summary | |
|---|---|
| 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 | Manages a growable direct ByteBuffer. |
| DirectStoreManager | An implementation of BinaryStoreManager interface that uses BinaryMap objects built on the DirectBufferManager to provide BinaryStore objects. |
| 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. |
Contains classes related to J2SE 1.4 NIO functionality.
|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||