Removes the entire row from the default table for all column families @param key The row to remove
(final byte[] key)
| 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 |
no test coverage detected