Searched defs:getTickerCount (Results 1 – 4 of 4) sorted by relevance
| /rocksdb-6.9/java/src/main/java/org/rocksdb/ | ||
| D | Statistics.java | 77 public long getTickerCount(final TickerType tickerType) { in getTickerCount() method in Statistics |
| /rocksdb-6.9/java/src/test/java/org/rocksdb/ | ||
| D | StatisticsTest.java | 34 public void getTickerCount() throws RocksDBException { in getTickerCount() method in StatisticsTest |
| /rocksdb-6.9/monitoring/ | ||
| D | statistics.cc | 241 uint64_t StatisticsImpl::getTickerCount(uint32_t tickerType) const { in getTickerCount() function in ROCKSDB_NAMESPACE::StatisticsImpl |
| /rocksdb-6.9/db/ | ||
| D | db_test2.cc | 3940 uint64_t getTickerCount(uint32_t /*ticker_type*/) const override { return 0; } in getTickerCount() function in ROCKSDB_NAMESPACE::__anon82d45cbc2811::DummyOldStats |