| /rocksdb-6.9/db/ |
| D | builder.cc | 53 const uint64_t oldest_key_time, const uint64_t target_file_size, in NewTableBuilder() argument 63 creation_time, oldest_key_time, target_file_size, in NewTableBuilder() 87 const uint64_t oldest_key_time, Env::WriteLifeTimeHint write_hint, in BuildTable() argument 144 false /* skip_filters */, creation_time, oldest_key_time, in BuildTable()
|
| D | db_properties_test.cc | 1419 uint64_t oldest_key_time = 0; in TEST_F() local 1443 &oldest_key_time)); in TEST_F() 1444 ASSERT_EQ(100, oldest_key_time); in TEST_F() 1448 &oldest_key_time)); in TEST_F() 1449 ASSERT_EQ(100, oldest_key_time); in TEST_F() 1456 &oldest_key_time)); in TEST_F() 1457 ASSERT_EQ(100, oldest_key_time); in TEST_F() 1464 &oldest_key_time)); in TEST_F() 1465 ASSERT_EQ(100, oldest_key_time); in TEST_F() 1472 ASSERT_EQ(200, oldest_key_time); in TEST_F() [all …]
|
| D | builder.h | 53 const uint64_t oldest_key_time = 0, const uint64_t target_file_size = 0, 84 const uint64_t creation_time = 0, const uint64_t oldest_key_time = 0,
|
| D | flush_job.cc | 370 uint64_t oldest_key_time = in WriteLevel0Table() local 375 meta_.oldest_ancester_time = std::min(current_time, oldest_key_time); in WriteLevel0Table() 391 meta_.oldest_ancester_time, oldest_key_time, write_hint, in WriteLevel0Table()
|
| D | memtable.cc | 220 uint64_t oldest_key_time = oldest_key_time_.load(std::memory_order_relaxed); in UpdateOldestKeyTime() local 221 if (oldest_key_time == std::numeric_limits<uint64_t>::max()) { in UpdateOldestKeyTime() 228 oldest_key_time, static_cast<uint64_t>(current_time), in UpdateOldestKeyTime()
|
| D | event_helpers.cc | 123 << table_properties.oldest_key_time << "file_creation_time" in LogAndNotifyTableFileCreationFinished()
|
| D | internal_stats.cc | 894 *value = std::min(*value, p.second->oldest_key_time); in HandleEstimateOldestKeyTime()
|
| /rocksdb-6.9/table/ |
| D | table_builder.h | 99 oldest_key_time(_oldest_key_time), in ioptions() 114 const int64_t oldest_key_time; member
|
| D | meta_blocks.cc | 95 Add(TablePropertiesNames::kOldestKeyTime, props.oldest_key_time); in AddTableProperty() 269 &new_table_properties->oldest_key_time}, in ReadProperties()
|
| D | table_properties.cc | 165 AppendProperty(result, "time stamp of earliest key", oldest_key_time, in ToString()
|
| /rocksdb-6.9/table/block_based/ |
| D | block_based_table_builder.cc | 354 uint64_t oldest_key_time = 0; member 408 oldest_key_time(_oldest_key_time), in Rep() 467 const uint64_t creation_time, const uint64_t oldest_key_time, in BlockBasedTableBuilder() argument 486 oldest_key_time, target_file_size, file_creation_time); in BlockBasedTableBuilder() 972 rep_->props.oldest_key_time = rep_->oldest_key_time; in WritePropertiesBlock()
|
| D | block_based_table_builder.h | 52 const uint64_t creation_time = 0, const uint64_t oldest_key_time = 0,
|
| D | block_based_table_factory.cc | 230 table_builder_options.oldest_key_time, in NewTableBuilder()
|
| /rocksdb-6.9/include/rocksdb/ |
| D | table_properties.h | 187 uint64_t oldest_key_time = 0; member
|
| /rocksdb-6.9/java/rocksjni/ |
| D | portal.h | 6119 static_cast<jlong>(table_properties.oldest_key_time), in fromCppTableProperties()
|