MCPcopy Create free account
hub / github.com/bytedance/terarkdb / reset

Method reset

java/src/main/java/org/rocksdb/Statistics.java:123–126  ·  view source on GitHub ↗

Resets all ticker and histogram stats. @throws RocksDBException if an error occurs when resetting the statistics.

()

Source from the content-addressed store, hash-verified

121 * @throws RocksDBException if an error occurs when resetting the statistics.
122 */
123 public void reset() throws RocksDBException {
124 assert(isOwningHandle());
125 reset(nativeHandle_);
126 }
127
128 /**
129 * String representation of the statistic object.

Calls 1

isOwningHandleMethod · 0.45

Tested by

no test coverage detected