MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / dumpToSystemOut

Method dumpToSystemOut

test/storage/MockBase.java:837–839  ·  view source on GitHub ↗

Dumps the entire storage hash to stdout in a sort of tree style format with all byte arrays hex encoded

()

Source from the content-addressed store, hash-verified

835 * all byte arrays hex encoded
836 */
837 public void dumpToSystemOut() {
838 dumpToSystemOut(false);
839 }
840
841 /**
842 * Dumps the entire storage hash to stdout in a sort of tree style format

Calls 4

bytesToStringMethod · 0.95
isEmptyMethod · 0.80
getKeyMethod · 0.45
getValueMethod · 0.45

Tested by

no test coverage detected