Package com.tangosol.io.nio
Contains classes related to J2SE 1.4 NIO functionality.
-
Interface Summary Interface Description ByteBufferManager An interface for managing a ByteBuffer. -
Class Summary Class Description AbstractBufferManager Provides a basic implementation of ByteBufferManager.AbstractStoreManager A base implementation of BinaryStoreManager interface that usesBinaryMap
objects built on aByteBufferManager
to provideBinaryStore
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.MappedBufferManager Manages a ByteBuffer on a file.MappedStoreManager An implementation of BinaryStoreManager interface that usesBinaryMap
objects built on theMappedBufferManager
to provideBinaryStore
objects.