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

Method deleteTable

test/storage/MockBase.java:223–225  ·  view source on GitHub ↗

Pops the table out of the map @param table The table to pop @return True if the table was there, false if it wasn't.

(final byte[] table)

Source from the content-addressed store, hash-verified

221 * @return True if the table was there, false if it wasn't.
222 */
223 public boolean deleteTable(final byte[] table) {
224 return storage.remove(table) != null;
225 }
226
227 /** @param family Sets the default family for calls that need it */
228 public void setFamily(final byte[] family) {

Callers

nothing calls this directly

Calls 1

removeMethod · 0.65

Tested by

no test coverage detected