Uses of Class
com.tangosol.io.nio.BinaryMap.Block
Packages that use BinaryMap.Block
- 
Uses of BinaryMap.Block in com.tangosol.io.nioMethods in com.tangosol.io.nio that return BinaryMap.BlockModifier and TypeMethodDescriptionprotected BinaryMap.BlockBinaryMap.allocateBlock(int cb) Allocate a free Block object of at least a certain size.protected BinaryMap.BlockBinaryMap.findEntryBlock(Binary binKey) Find the Entry block with the specified key.protected BinaryMap.BlockBinaryMap.grabBlock(int ofBlock) Grab a block object for the specified offset.protected BinaryMap.BlockBinaryMap.initBlock(int of) Obtain a Block object for a new block that will be located at the specified offset in the ByteBuffer.protected BinaryMap.BlockBinaryMap.instantiateBlock()Factory method: Create a Block object.protected BinaryMap.BlockBinaryMap.openBlock(int of) Obtain a Block object for the block located at the specified offset in the ByteBuffer.Methods in com.tangosol.io.nio with parameters of type BinaryMap.BlockModifier and TypeMethodDescriptionprotected voidBinaryMap.recycleBlock(BinaryMap.Block block) Release (recycle) the specified Block object.