MCPcopy
hub / github.com/OpenTSDB/opentsdb / numColumnFamilies

Method numColumnFamilies

test/storage/MockBase.java:416–418  ·  view source on GitHub ↗

Return the total number of column families for the row in the default table @param key The row to search for @return -1 if the table or row did not exist, otherwise the number of column families.

(final byte[] key)

Source from the content-addressed store, hash-verified

414 * column families.
415 */
416 public int numColumnFamilies(final byte[] key) {
417 return numColumnFamilies(default_table, key);
418 }
419
420 /**
421 * Return the number of column families for the given row key in the given table.

Callers

nothing calls this directly

Calls 2

valuesMethod · 0.65
getMethod · 0.45

Tested by

no test coverage detected