Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Package com.tangosol.io.nio

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.

 

Package com.tangosol.io.nio Description

Contains classes related to J2SE 1.4 NIO functionality.


Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.