Resets all ticker and histogram stats. @throws RocksDBException if an error occurs when resetting the statistics.
()
| 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. |
no test coverage detected