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

Method getNumEmptySlots

src/java/simpledb/index/BTreePage.java:145–145  ·  view source on GitHub ↗

Returns the number of empty slots on this page.

()

Source from the content-addressed store, hash-verified

143 * Returns the number of empty slots on this page.
144 */
145 public abstract int getNumEmptySlots();
146
147 /**
148 * Returns true if associated slot on this page is filled.

Callers 1

deleteParentEntryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected