This class represents a short record identifier, which is used when the volume id is implied somehow.
A short record id contains a slot, a (short) page id, and a store number. A short page id is just a page number (in basics.h).
See Identifiers.
Definition at line 149 of file sm_s.h.
Public Member Functions | |
shrid_t () | |
shrid_t (const rid_t &r) | |
shrid_t (shpid_t p, snum_t st, slotid_t sl) | |
Public Attributes | |
shpid_t | page |
snum_t | store |
slotid_t | slot |
fill2 | filler |