Home
last modified time | relevance | path

Searched defs:getAndResetTickerCount (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DStatistics.java89 public long getAndResetTickerCount(final TickerType tickerType) { in getAndResetTickerCount() method in Statistics
147 private native long getAndResetTickerCount(final long handle, final byte tickerType); in getAndResetTickerCount() method in Statistics
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DStatisticsTest.java55 public void getAndResetTickerCount() throws RocksDBException { in getAndResetTickerCount() method in StatisticsTest
/rocksdb-6.9/monitoring/
Dstatistics.cc298 uint64_t StatisticsImpl::getAndResetTickerCount(uint32_t tickerType) { in getAndResetTickerCount() function in ROCKSDB_NAMESPACE::StatisticsImpl
/rocksdb-6.9/db/
Ddb_test2.cc3945 uint64_t getAndResetTickerCount(uint32_t /*ticker_type*/) override { in getAndResetTickerCount() function in ROCKSDB_NAMESPACE::__anon82d45cbc2811::DummyOldStats