Package com.tangosol.io.nio
package com.tangosol.io.nio
Contains classes related to J2SE 1.4 NIO functionality.
-
ClassDescriptionProvides a basic implementation of ByteBufferManager.A base implementation of BinaryStoreManager interface that uses
BinaryMapobjects built on aByteBufferManagerto provideBinaryStoreobjects.Implements the Map interface to store Binary objects using Java's NIO buffers.A map entry (key-value pair).An implementation of BinaryStore backed by a BinaryMap.An InputStream implementation on top of a Java NIO ByteBuffer.An interface for managing a ByteBuffer.An OutputStream implementation on top of a Java NIO ByteBuffer.A ReadBuffer implementation on top of a Java NIO ByteBuffer.A WriteBuffer implementation on top of a Java NIO ByteBuffer.Deprecated.Deprecated.useJournalBinaryStoreinsteadManages a ByteBuffer on a file.An implementation of BinaryStoreManager interface that usesBinaryMapobjects built on theMappedBufferManagerto provideBinaryStoreobjects.
JournalBinaryStoreinstead