Home
last modified time | relevance | path

Searched refs:max_keys_ (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/utilities/persistent_cache/
Dpersistent_cache_test.h74 max_keys_ = max_keys; in Insert()
128 if (i >= max_keys_) { in InsertImpl()
152 if (i >= max_keys_) {
216 size_t max_keys_ = 0; variable
/rocksdb-6.9/tools/
Dldb_cmd_impl.h82 int max_keys_; variable
112 int max_keys_; variable
625 int max_keys_ = 1000;
Dldb_cmd.cc1400 max_keys_(-1),
1409 ParseIntOption(options, ARG_MAX_KEYS, max_keys_, exec_state_);
1462 Status st = GetAllKeyVersions(db_, GetCfHandle(), from_, to_, max_keys_, in DoCommand()
1515 if (max_keys_ > 0 && count >= max_keys_) break; in DoCommand()
1542 max_keys_(-1),
1563 max_keys_ = strtol(itr->second.c_str(), 0, 10);
1565 max_keys_ = std::stoi(itr->second);
1702 int max_keys = max_keys_; in DoDumpCommand()
3391 max_keys_ = strtol(itr->second.c_str(), 0, 10);
3393 max_keys_ = std::stoi(itr->second);
[all …]