Searched refs:TimestampAssigner (Results 1 – 1 of 1) sorted by relevance
141 class TimestampAssigner : public WriteBatch::Handler { class143 explicit TimestampAssigner(const Slice& ts) in TimestampAssigner() function in ROCKSDB_NAMESPACE::__anon09487e510111::TimestampAssigner145 explicit TimestampAssigner(const std::vector<Slice>& ts_list) in TimestampAssigner() function in ROCKSDB_NAMESPACE::__anon09487e510111::TimestampAssigner149 ~TimestampAssigner() override {} in ~TimestampAssigner()233 TimestampAssigner(const TimestampAssigner&) = delete;234 TimestampAssigner(TimestampAssigner&&) = delete;235 TimestampAssigner& operator=(const TimestampAssigner&) = delete;236 TimestampAssigner&& operator=(TimestampAssigner&&) = delete;238 const std::vector<Slice> TimestampAssigner::kEmptyTimestampList;1179 TimestampAssigner ts_assigner(ts); in AssignTimestamp()[all …]