Searched refs:timestamp_ (Results 1 – 10 of 10) sorted by relevance
| /rocksdb-6.9/java/src/main/java/org/rocksdb/ |
| D | BackupInfo.java | 25 timestamp_ = timestamp; in BackupInfo() 44 return timestamp_; in timestamp() 72 private long timestamp_; field in BackupInfo
|
| /rocksdb-6.9/utilities/cassandra/ |
| D | format.cc | 61 ) : ColumnBase(mask, index), timestamp_(timestamp), in Column() 65 return timestamp_; in Timestamp() 69 return ColumnBase::Size() + sizeof(timestamp_) + sizeof(value_size_) in Size() 75 ROCKSDB_NAMESPACE::cassandra::Serialize<int64_t>(timestamp_, dest); in Serialize()
|
| D | format.h | 105 int64_t timestamp_;
|
| /rocksdb-6.9/table/ |
| D | get_context.cc | 56 timestamp_(timestamp), in GetContext() 275 if (ts_sz > 0 && timestamp_ != nullptr) { in SaveValue() 277 timestamp_->assign(ts.data(), ts.size()); in SaveValue()
|
| D | get_context.h | 172 std::string* timestamp_; variable
|
| /rocksdb-6.9/utilities/backupable/ |
| D | backupable_db.cc | 161 : timestamp_(0), in BackupMeta() 175 env_->GetCurrentTime(×tamp_); in RecordTimestamp() 178 return timestamp_; in GetTimestamp() 224 ss << "Timestamp: " << timestamp_ << std::endl; in GetInfoString() 238 int64_t timestamp_; member in ROCKSDB_NAMESPACE::BackupEngineImpl::BackupMeta 1751 timestamp_ = 0; in Delete() 1790 timestamp_ = strtoull(data.data(), &next, 10); in LoadFromFile() 1884 len += snprintf(buf.get(), buf_size, "%" PRId64 "\n", timestamp_); in StoreToFile()
|
| /rocksdb-6.9/include/rocksdb/utilities/ |
| D | ldb_cmd.h | 159 bool timestamp_; variable
|
| /rocksdb-6.9/tools/ |
| D | ldb_cmd.cc | 331 timestamp_(false), in LDBCommand() 364 timestamp_ = IsFlagPresent(flags, ARG_TIMESTAMP); in LDBCommand() 1733 if (is_db_ttl_ && !count_only_ && timestamp_ && !count_delim_) { in DoDumpCommand() 1790 if (is_db_ttl_ && timestamp_) { in DoDumpCommand() 2568 if (is_db_ttl_ && timestamp_) { in DoCommand() 2582 if (timestamp_) { in DoCommand()
|
| D | db_bench_tool.cc | 2207 std::atomic<uint64_t> timestamp_; member in ROCKSDB_NAMESPACE::TimestampEmulator 2210 TimestampEmulator() : timestamp_(0) {} in TimestampEmulator() 2211 uint64_t Get() const { return timestamp_.load(); } in Get() 2212 void Inc() { timestamp_++; } in Inc()
|
| /rocksdb-6.9/db/ |
| D | write_batch.cc | 144 : timestamp_(ts), timestamps_(kEmptyTimestampList) {} in TimestampAssigner() 221 const Slice& ts = timestamps_.empty() ? timestamp_ : timestamps_[idx_]; in AssignTimestamp() 228 const Slice timestamp_; member in ROCKSDB_NAMESPACE::__anon09487e510111::TimestampAssigner
|