Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DStatistics.java77 public long getTickerCount(final TickerType tickerType) { in getTickerCount() method in Statistics
146 private native long getTickerCount(final long handle, final byte tickerType); in getTickerCount() method in Statistics
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DStatisticsTest.java34 public void getTickerCount() throws RocksDBException { in getTickerCount() method in StatisticsTest
/rocksdb-6.9/monitoring/
Dstatistics.cc241 uint64_t StatisticsImpl::getTickerCount(uint32_t tickerType) const { in getTickerCount() function in ROCKSDB_NAMESPACE::StatisticsImpl
/rocksdb-6.9/db/
Ddb_test2.cc3940 uint64_t getTickerCount(uint32_t /*ticker_type*/) const override { return 0; } in getTickerCount() function in ROCKSDB_NAMESPACE::__anon82d45cbc2811::DummyOldStats