Searched refs:updates_ttl (Results 1 – 1 of 1) sorted by relevance
274 WriteBatch updates_ttl; in Write() member in ROCKSDB_NAMESPACE::DBWithTTLImpl::Write::Handler283 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()