Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/ttl/
Ddb_ttl_impl.cc274 WriteBatch updates_ttl; in Write() member in ROCKSDB_NAMESPACE::DBWithTTLImpl::Write::Handler
283 WriteBatchInternal::Put(&updates_ttl, column_family_id, key, in Write()
295 WriteBatchInternal::Merge(&updates_ttl, column_family_id, key, in Write()
301 WriteBatchInternal::Delete(&updates_ttl, column_family_id, key); in Write()
304 void LogData(const Slice& blob) override { updates_ttl.PutLogData(blob); } in Write()
314 return db_->Write(opts, &(handler.updates_ttl)); in Write()