Home
last modified time | relevance | path

Searched refs:log_size_for_flush (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/utilities/checkpoint/
Dcheckpoint_impl.cc73 uint64_t log_size_for_flush, in CreateCheckpoint() argument
132 &sequence_number, log_size_for_flush); in CreateCheckpoint()
178 uint64_t* sequence_number, uint64_t log_size_for_flush) { in CreateCustomCheckpoint() argument
190 if (log_size_for_flush == port::kMaxUint64) { in CreateCustomCheckpoint()
192 } else if (log_size_for_flush > 0) { in CreateCustomCheckpoint()
207 if (total_wal_size < log_size_for_flush) { in CreateCustomCheckpoint()
Dcheckpoint_impl.h31 uint64_t log_size_for_flush,
59 uint64_t* sequence_number, uint64_t log_size_for_flush);
Dcheckpoint_test.cc262 for (uint64_t log_size_for_flush : {0, 1000000}) { in TEST_F()
282 ASSERT_OK(checkpoint->CreateCheckpoint(snapshot_name_, log_size_for_flush)); in TEST_F()
/rocksdb-6.9/include/rocksdb/utilities/
Dcheckpoint.h44 uint64_t log_size_for_flush = 0,
/rocksdb-6.9/include/rocksdb/
Dc.h206 uint64_t log_size_for_flush, char** errptr);
/rocksdb-6.9/db/
Dc.cc652 uint64_t log_size_for_flush, char** errptr) { in rocksdb_checkpoint_create() argument
654 std::string(checkpoint_dir), log_size_for_flush)); in rocksdb_checkpoint_create()