Home
last modified time | relevance | path

Searched refs:timestamp_emulator_ (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/tools/
Ddb_bench_tool.cc2595 : timestamp_emulator_(timestamp_emulator) {} in ExpiredTimeFilter()
2599 return KeyExpired(timestamp_emulator_.get(), key); in Filter()
2604 std::shared_ptr<TimestampEmulator> timestamp_emulator_; member in ROCKSDB_NAMESPACE::Benchmark::ExpiredTimeFilter
3084 timestamp_emulator_.reset(new TimestampEmulator()); in Run()
3086 filter.reset(new ExpiredTimeFilter(timestamp_emulator_)); in Run()
3282 std::shared_ptr<TimestampEmulator> timestamp_emulator_; member in ROCKSDB_NAMESPACE::Benchmark
6726 if (KeyExpired(timestamp_emulator_.get(), iter->key())) { in TimeSeriesReadOrDelete()
6792 uint64_t timestamp_value = timestamp_emulator_->Get(); in TimeSeriesWrite()
6801 timestamp_emulator_->Inc(); in TimeSeriesWrite()