Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


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 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.

 

Package com.tangosol.io.nio Description

Contains classes related to J2SE 1.4 NIO functionality.


Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


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