Package | Description |
---|---|
com.tangosol.io.nio |
Contains classes related to J2SE 1.4 NIO functionality.
|
Modifier and Type | Method | Description |
---|---|---|
protected 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 Type | Method | Description |
---|---|---|
protected void |
BinaryMap.recycleBlock(BinaryMap.Block block)
Release (recycle) the specified Block object.
|