public class Page extends Object
Constructor and Description |
---|
Page(Block... blocks) |
Page(int positionCount,
Block... blocks) |
Modifier and Type | Method and Description |
---|---|
void |
assureLoaded()
Assures that all data for the block is in memory.
|
Block |
getBlock(int channel) |
Block[] |
getBlocks() |
int |
getChannelCount() |
int |
getPositionCount() |
Page |
getRegion(int positionOffset,
int length) |
long |
getRetainedSizeInBytes() |
long |
getSizeInBytes() |
String |
toString() |
public Page(Block... blocks)
public Page(int positionCount, Block... blocks)
public int getChannelCount()
public int getPositionCount()
public long getSizeInBytes()
public long getRetainedSizeInBytes()
public Block[] getBlocks()
public Block getBlock(int channel)
public Page getRegion(int positionOffset, int length)
public void assureLoaded()
Copyright © 2012-2015. All Rights Reserved.