Searched refs:log_size_for_flush (Results 1 – 6 of 6) sorted by relevance
| /rocksdb-6.9/utilities/checkpoint/ |
| D | checkpoint_impl.cc | 73 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()
|
| D | checkpoint_impl.h | 31 uint64_t log_size_for_flush, 59 uint64_t* sequence_number, uint64_t log_size_for_flush);
|
| D | checkpoint_test.cc | 262 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/ |
| D | checkpoint.h | 44 uint64_t log_size_for_flush = 0,
|
| /rocksdb-6.9/include/rocksdb/ |
| D | c.h | 206 uint64_t log_size_for_flush, char** errptr);
|
| /rocksdb-6.9/db/ |
| D | c.cc | 652 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()
|