Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1345414527/MIT6.830
/ getKey
Method
getKey
src/java/simpledb/index/BTreeEntry.java:62–64 ·
view source on GitHub ↗
@return the key
()
Source
from the content-addressed store, hash-verified
60
* @
return
the key
61
*/
62
public
Field getKey() {
63
return
key;
64
}
65
66
/**
67
* @
return
the left child page id
Callers
15
testIterator
Method · 0.95
testReverseIterator
Method · 0.95
addEntry
Method · 0.95
testMergeLeafPages
Method · 0.95
testMergeInternalPages
Method · 0.95
nextKeyLockingTestLessThan
Method · 0.95
nextKeyLockingTestGreaterThan
Method · 0.95
testMergeLeafPages
Method · 0.95
testRedistributeInternalPages
Method · 0.95
testDeleteInternalPages
Method · 0.95
checkSubTree
Method · 0.95
findLeafPage
Method · 0.95
Calls
no outgoing calls
Tested by
14
testIterator
Method · 0.76
testReverseIterator
Method · 0.76
addEntry
Method · 0.76
testMergeLeafPages
Method · 0.76
testMergeInternalPages
Method · 0.76
nextKeyLockingTestLessThan
Method · 0.76
nextKeyLockingTestGreaterThan
Method · 0.76
testMergeLeafPages
Method · 0.76
testRedistributeInternalPages
Method · 0.76
testDeleteInternalPages
Method · 0.76
testSplitInternalPages
Method · 0.36
testStealFromLeftInternalPage
Method · 0.36