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