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

Method getFile

src/java/simpledb/index/BTreeFile.java:56–58  ·  view source on GitHub ↗

Returns the File backing this BTreeFile on disk.

()

Source from the content-addressed store, hash-verified

54 * Returns the File backing this BTreeFile on disk.
55 */
56 public File getFile() {
57 return f;
58 }
59
60 /**
61 * Returns an ID uniquely identifying this BTreeFile. Implementation note:

Callers 1

testReadPageMethod · 0.95

Calls

no outgoing calls

Tested by 1

testReadPageMethod · 0.76