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

Method getKeys

test/storage/MockBase.java:641–643  ·  view source on GitHub ↗

@return the list of keys stored in the default table for all CFs

()

Source from the content-addressed store, hash-verified

639
640 /** @return the list of keys stored in the default table for all CFs */
641 public Set<byte[]> getKeys() {
642 return getKeys(default_table);
643 }
644
645 /**
646 * Return the list of unique keys in the given table for all CFs

Callers

nothing calls this directly

Calls 3

putMethod · 0.80
valuesMethod · 0.65
getMethod · 0.45

Tested by

no test coverage detected