Uses of Package
com.tangosol.io.nio
-
Packages that use com.tangosol.io.nio Package Description com.tangosol.coherence.config.builder.storemanager Defines external Store Manager Builder implementations for Coherence caches.com.tangosol.io.nio Contains classes related to J2SE 1.4 NIO functionality. -
Classes in com.tangosol.io.nio used by com.tangosol.coherence.config.builder.storemanager Class Description MappedStoreManager An implementation of BinaryStoreManager interface that usesBinaryMap
objects built on theMappedBufferManager
to provideBinaryStore
objects. -
Classes in com.tangosol.io.nio used by com.tangosol.io.nio 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.Block A Block is the unit of storage within a Buffer.BinaryMap.Entry A map entry (key-value pair).BinaryMap.EntrySet A set of entries backed by this map.BinaryMap.KeySet A set of entries backed by this map.BinaryMap.ValuesCollection A collection of values backed by this map.ByteBufferManager An interface for managing a ByteBuffer.ByteBufferWriteBuffer A WriteBuffer implementation on top of a Java NIO ByteBuffer.