Uses of Interface
com.tangosol.io.nio.ByteBufferManager
Packages that use ByteBufferManager
-
Uses of ByteBufferManager in com.tangosol.io.nio
Classes in com.tangosol.io.nio that implement ByteBufferManagerModifier and TypeClassDescriptionclass
Provides a basic implementation of ByteBufferManager.class
Manages a ByteBuffer on a file.Methods in com.tangosol.io.nio that return ByteBufferManagerModifier and TypeMethodDescriptionprotected abstract ByteBufferManager
AbstractStoreManager.createBufferManager()
Create a ByteBufferManager to be used by a BinaryStore.protected ByteBufferManager
MappedStoreManager.createBufferManager()
Create a ByteBufferManager to be used by a BinaryStore.BinaryMap.getBufferManager()
Obtain the ByteBufferManager that provides the ByteBuffer objects.Methods in com.tangosol.io.nio with parameters of type ByteBufferManagerModifier and TypeMethodDescriptionprotected void
BinaryMap.setBufferManager
(ByteBufferManager bufmgr) Specify the ByteBufferManager for this map.Constructors in com.tangosol.io.nio with parameters of type ByteBufferManagerModifierConstructorDescriptionBinaryMap
(ByteBufferManager bufmgr) Construct a BinaryMap using a buffer from the specified ByteBufferManager, and using the default modulo growth and shrinkage (load factor) settings.BinaryMap
(ByteBufferManager bufmgr, double dflMaxLoadFactor, double dflMinLoadFactor, boolean fStrict) Construct a BinaryMap using a buffer from the specified ByteBufferManager, and using the specified modulo growth and shrinkage (load factor) settings.