Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dbuilder.cc53 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()
Ddb_properties_test.cc1419 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 …]
Dbuilder.h53 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,
Dflush_job.cc370 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()
Dmemtable.cc220 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()
Devent_helpers.cc123 << table_properties.oldest_key_time << "file_creation_time" in LogAndNotifyTableFileCreationFinished()
Dinternal_stats.cc894 *value = std::min(*value, p.second->oldest_key_time); in HandleEstimateOldestKeyTime()
/rocksdb-6.9/table/
Dtable_builder.h99 oldest_key_time(_oldest_key_time), in ioptions()
114 const int64_t oldest_key_time; member
Dmeta_blocks.cc95 Add(TablePropertiesNames::kOldestKeyTime, props.oldest_key_time); in AddTableProperty()
269 &new_table_properties->oldest_key_time}, in ReadProperties()
Dtable_properties.cc165 AppendProperty(result, "time stamp of earliest key", oldest_key_time, in ToString()
/rocksdb-6.9/table/block_based/
Dblock_based_table_builder.cc354 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()
Dblock_based_table_builder.h52 const uint64_t creation_time = 0, const uint64_t oldest_key_time = 0,
Dblock_based_table_factory.cc230 table_builder_options.oldest_key_time, in NewTableBuilder()
/rocksdb-6.9/include/rocksdb/
Dtable_properties.h187 uint64_t oldest_key_time = 0; member
/rocksdb-6.9/java/rocksjni/
Dportal.h6119 static_cast<jlong>(table_properties.oldest_key_time), in fromCppTableProperties()