MCPcopy Create free account
hub / github.com/andylamp/BPlusTree / handleChoices

Method handleChoices

src/main/java/ds/bplus/util/TestRunner.java:81–118  ·  view source on GitHub ↗

Handle the selected user option @param choice the user choice @param sin the input class @param bPerf performance class ties to a B+ Tree instance @throws IOException is thrown when an I/O operation fails @throws InvalidBTreeStateException is thrown when there are inconsistencies in the blocks.

(int choice, StandardInputRead sin,
                                      BPlusTreePerformanceCounter bPerf)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

runBenchMethod · 0.95

Calls 5

runDefaultTrialsMethod · 0.95
runInsertionMethod · 0.95
runDeletionMethod · 0.95
runSearchMethod · 0.95
runRangeQueryMethod · 0.95

Tested by

no test coverage detected