| java.lang.Object jdbm.recman.PhysicalRowId jdbm.recman.FreePhysicalRowId
FreePhysicalRowId | final class FreePhysicalRowId extends PhysicalRowId (Code) | | 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 | |
final static short | SIZE |
Constructor Summary | |
| FreePhysicalRowId(BlockIo block, short pos) Constructs a physical rowid from the indicated data starting at
the indicated position. |
SIZE | final static short SIZE(Code) | | |
FreePhysicalRowId | FreePhysicalRowId(BlockIo block, short pos)(Code) | | Constructs a physical rowid from the indicated data starting at
the indicated position.
|
getSize | int getSize()(Code) | | Returns the size
|
setSize | void setSize(int value)(Code) | | Sets the size
|
|
|