|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjdbm.recman.PhysicalRowId
jdbm.recman.FreePhysicalRowId
final class 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) static short |
SIZE
|
Fields inherited from class jdbm.recman.PhysicalRowId |
---|
block, pos |
Constructor Summary | |
---|---|
FreePhysicalRowId(BlockIo block,
short pos)
Constructs a physical rowid from the indicated data starting at the indicated position. |
Method Summary | |
---|---|
(package private) int |
getSize()
Returns the size |
(package private) void |
setSize(int value)
Sets the size |
Methods inherited from class jdbm.recman.PhysicalRowId |
---|
getBlock, getOffset, setBlock, setOffset |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static final short SIZE
Constructor Detail |
---|
FreePhysicalRowId(BlockIo block, short pos)
Method Detail |
---|
int getSize()
void setSize(int value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |