|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjdbm.recman.PhysicalRowId
jdbm.recman.FreePhysicalRowId
This class extends the physical rowid with a size value to indicated the size of a free rowid on the free rowid list.
Field Summary | |
(package private) BlockIo |
block
|
(package private) short |
pos
|
(package private) static short |
SIZE
|
Constructor Summary | |
(package private) |
FreePhysicalRowId(BlockIo block,
short pos)
Constructs a physical rowid from the indicated data starting at the indicated position. |
Method Summary | |
(package private) long |
getBlock()
Returns the block number |
(package private) short |
getOffset()
Returns the offset |
(package private) int |
getSize()
Returns the size |
(package private) void |
setBlock(long value)
Sets the block number |
(package private) void |
setOffset(short value)
Sets the offset |
(package private) void |
setSize(int value)
Sets the size |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final short SIZE
BlockIo block
short pos
Constructor Detail |
FreePhysicalRowId(BlockIo block, short pos)
Method Detail |
int getSize()
void setSize(int value)
long getBlock()
void setBlock(long value)
short getOffset()
void setOffset(short value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |