@return the record id of this entry, representing the location of this entry in a BTreeFile. May be null if this entry is not stored on any page in the file
()
| 82 | * in a BTreeFile. May be null if this entry is not stored on any page in the file |
| 83 | */ |
| 84 | public RecordId getRecordId() { |
| 85 | return rid; |
| 86 | } |
| 87 | |
| 88 | /** |
| 89 | * Set the key for this entry. Note that updating a BTreeEntry does not |
no outgoing calls