Home
last modified time | relevance | path

Searched refs:compaction_enabled_cf_indices (Results 1 – 8 of 8) sorted by relevance

/rocksdb-6.9/utilities/transactions/
Dpessimistic_transaction_db.cc87 const std::vector<size_t>& compaction_enabled_cf_indices, in Initialize() argument
109 for (auto index : compaction_enabled_cf_indices) { in Initialize()
239 std::vector<size_t> compaction_enabled_cf_indices; in Open() local
242 &compaction_enabled_cf_indices); in Open()
267 std::vector<size_t>* compaction_enabled_cf_indices) { in PrepareWrap() argument
268 compaction_enabled_cf_indices->clear(); in PrepareWrap()
283 compaction_enabled_cf_indices->push_back(i); in PrepareWrap()
293 const std::vector<size_t>& compaction_enabled_cf_indices, in WrapDB() argument
314 Status s = txn_db->Initialize(compaction_enabled_cf_indices, handles); in WrapDB()
327 const std::vector<size_t>& compaction_enabled_cf_indices, in WrapStackableDB() argument
[all …]
Dtransaction_test.h152 std::vector<size_t> compaction_enabled_cf_indices; in OpenWithStackableDB() local
153 TransactionDB::PrepareWrap(&options, &cfs, &compaction_enabled_cf_indices); in OpenWithStackableDB()
168 compaction_enabled_cf_indices, in OpenWithStackableDB()
178 std::vector<size_t> compaction_enabled_cf_indices; in OpenWithStackableDB() local
183 &compaction_enabled_cf_indices); in OpenWithStackableDB()
203 compaction_enabled_cf_indices, handles, in OpenWithStackableDB()
Dwrite_unprepared_txn_db.cc193 const std::vector<size_t>& compaction_enabled_cf_indices, in Initialize() argument
239 compaction_enabled_cf_handles.reserve(compaction_enabled_cf_indices.size()); in Initialize()
240 for (auto index : compaction_enabled_cf_indices) { in Initialize()
Dwrite_unprepared_txn_db.h20 Status Initialize(const std::vector<size_t>& compaction_enabled_cf_indices,
Dpessimistic_transaction_db.h42 const std::vector<size_t>& compaction_enabled_cf_indices,
Dwrite_prepared_txn_db.cc31 const std::vector<size_t>& compaction_enabled_cf_indices, in Initialize() argument
85 auto s = PessimisticTransactionDB::Initialize(compaction_enabled_cf_indices, in Initialize()
Dwrite_prepared_txn_db.h65 const std::vector<size_t>& compaction_enabled_cf_indices,
/rocksdb-6.9/include/rocksdb/utilities/
Dtransaction_db.h253 std::vector<size_t>* compaction_enabled_cf_indices);
259 const std::vector<size_t>& compaction_enabled_cf_indices,
268 const std::vector<size_t>& compaction_enabled_cf_indices,