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

Method flushRow

test/storage/MockBase.java:755–757  ·  view source on GitHub ↗

Removes the entire row from the default table for all column families @param key The row to remove

(final byte[] key)

Source from the content-addressed store, hash-verified

753 * @param key The row to remove
754 */
755 public void flushRow(final byte[] key) {
756 flushRow(default_table, key);
757 }
758
759 /**
760 * Removes the entire row from the table for all column families

Calls 3

valuesMethod · 0.65
removeMethod · 0.65
getMethod · 0.45

Tested by

no test coverage detected