Searched refs:NUMBER_BLOCK_COMPRESSED (Results 1 – 8 of 8) sorted by relevance
61 ASSERT_GT(options.statistics->getTickerCount(NUMBER_BLOCK_COMPRESSED), 0); in TEST_F()71 options.statistics->getTickerCount(NUMBER_BLOCK_COMPRESSED); in TEST_F()81 ASSERT_EQ(options.statistics->getTickerCount(NUMBER_BLOCK_COMPRESSED) in TEST_F()
442 NUMBER_BLOCK_COMPRESSED((byte) 0x53), enumConstant
216 NUMBER_BLOCK_COMPRESSED, enumerator
113 {NUMBER_BLOCK_COMPRESSED, "rocksdb.number.block.compressed"},
238 opts.statistics->getAndResetTickerCount(NUMBER_BLOCK_COMPRESSED); in ShowAllCompressionSizes()
704 RecordTick(r->ioptions.statistics, NUMBER_BLOCK_COMPRESSED); in WriteBlock()
4832 case ROCKSDB_NAMESPACE::Tickers::NUMBER_BLOCK_COMPRESSED: in toJavaTickerType()5127 return ROCKSDB_NAMESPACE::Tickers::NUMBER_BLOCK_COMPRESSED; in toCppTickers()
1414 return options.statistics->getTickerCount(NUMBER_BLOCK_COMPRESSED); in IndexUncompressedHelper()