Searched refs:getAndResetTickerCount (Results 1 – 10 of 10) sorted by relevance
89 public long getAndResetTickerCount(final TickerType tickerType) { in getAndResetTickerCount() method in Statistics91 return getAndResetTickerCount(nativeHandle_, tickerType.getValue()); in getAndResetTickerCount()147 private native long getAndResetTickerCount(final long handle, final byte tickerType); in getAndResetTickerCount() method in Statistics
55 public void getAndResetTickerCount() throws RocksDBException { in getAndResetTickerCount() method in StatisticsTest71 final long read = statistics.getAndResetTickerCount(TickerType.BYTES_READ); in getAndResetTickerCount()
54 virtual uint64_t getAndResetTickerCount(uint32_t ticker_type) override;
298 uint64_t StatisticsImpl::getAndResetTickerCount(uint32_t tickerType) { in getAndResetTickerCount() function in ROCKSDB_NAMESPACE::StatisticsImpl
494 virtual uint64_t getAndResetTickerCount(uint32_t tickerType) = 0;
174 return pSptr_statistics->get()->getAndResetTickerCount(ticker); in Java_org_rocksdb_Statistics_getAndResetTickerCount()
238 opts.statistics->getAndResetTickerCount(NUMBER_BLOCK_COMPRESSED); in ShowAllCompressionSizes()240 opts.statistics->getAndResetTickerCount(NUMBER_BLOCK_NOT_COMPRESSED); in ShowAllCompressionSizes()
996 return options.statistics->getAndResetTickerCount(ticker_type); in TestGetAndResetTickerCount()
3945 uint64_t getAndResetTickerCount(uint32_t /*ticker_type*/) override { in getAndResetTickerCount() function in ROCKSDB_NAMESPACE::__anon82d45cbc2811::DummyOldStats
724 * Added Statistics::getAndResetTickerCount().