MCPcopy Create free account
hub / github.com/1345414527/MIT6.830 / getRecordId

Method getRecordId

src/java/simpledb/index/BTreeEntry.java:84–86  ·  view source on GitHub ↗

@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

()

Source from the content-addressed store, hash-verified

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

Callers 5

addEntryMethod · 0.95
deleteEntryMethod · 0.45
updateEntryMethod · 0.45
deleteTupleMethod · 0.45
deleteTupleMethod · 0.45

Calls

no outgoing calls

Tested by 1

addEntryMethod · 0.76