Searched defs:getAndResetTickerCount (Results 1 – 4 of 4) sorted by relevance
| /rocksdb-6.9/java/src/main/java/org/rocksdb/ | ||
| D | Statistics.java | 89 public long getAndResetTickerCount(final TickerType tickerType) { in getAndResetTickerCount() method in Statistics |
| /rocksdb-6.9/java/src/test/java/org/rocksdb/ | ||
| D | StatisticsTest.java | 55 public void getAndResetTickerCount() throws RocksDBException { in getAndResetTickerCount() method in StatisticsTest |
| /rocksdb-6.9/monitoring/ | ||
| D | statistics.cc | 298 uint64_t StatisticsImpl::getAndResetTickerCount(uint32_t tickerType) { in getAndResetTickerCount() function in ROCKSDB_NAMESPACE::StatisticsImpl |
| /rocksdb-6.9/db/ | ||
| D | db_test2.cc | 3945 uint64_t getAndResetTickerCount(uint32_t /*ticker_type*/) override { in getAndResetTickerCount() function in ROCKSDB_NAMESPACE::__anon82d45cbc2811::DummyOldStats |