Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 25 of 536) sorted by relevance

12345678910>>...22

/rocksdb-6.9/
DCOPYING6 Everyone is permitted to copy and distribute verbatim copies
40 (2) offer you this license which gives you legal permission to copy,
79 1. You may copy and distribute verbatim copies of the Program's
81 conspicuously and appropriately publish on each copy an appropriate
84 and give any other recipients of the Program a copy of this License
91 of it, thus forming a work based on the Program, and copy and
145 machine-readable copy of the corresponding source code, to be
167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
170 compelled to copy the source along with the object code.
[all …]
DCONTRIBUTING.md16 If you prefer to sign a paper copy, we can send you a PDF. Send us an
DLICENSE.Apache96 Derivative Works a copy of this License; and
109 include a readable copy of the attribution notices contained
194 You may obtain a copy of the License at
/rocksdb-6.9/db/
Ddbformat.h403 Slice SetKey(const Slice& key, bool copy = true) {
405 return SetKeyImpl(key, copy);
408 Slice SetUserKey(const Slice& key, bool copy = true) {
410 return SetKeyImpl(key, copy);
413 Slice SetInternalKey(const Slice& key, bool copy = true) {
415 return SetKeyImpl(key, copy);
511 Slice SetKeyImpl(const Slice& key, bool copy) { in SetKeyImpl() argument
513 if (copy) { in SetKeyImpl()
/rocksdb-6.9/docs/_posts/
D2014-03-27-how-to-backup-rocksdb.markdown92 …` is true, `BackupableDB` will first issue a memtable flush and only then copy the DB files to the…
115copy a table file that is already present in the backup directory. For example, if there is a file…
119 …p` was set to false, we also need to copy log files to the backup directory. We call `GetSortedWal…
D2017-08-24-pinnableslice.markdown8 …de/rocksdb/db.h#L310) receives a std::string as argument to which it will copy the value. The memc…
22 …from the block cache. There are however cases that it would still have to copy the data into its i…
D2015-11-10-use-checkpoints-for-efficient-snapshots.markdown40 …tory will be an absolute path. The checkpoint can be used as a ​read-only copy of the DB or can be…
D2014-06-23-plaintable-a-new-file-format.markdown34 1. We never copy keys or parts of keys to index search structures. We store only offsets from which…
D2014-05-14-lock.markdown73 1. copy the manifest file and truncate the size (you can read the comments of `DB::GetLiveFiles()` …
/rocksdb-6.9/tools/advisor/advisor/
Ddb_options_parser.py6 import copy
266 copy.deepcopy(options[option][col_fam])
344 copy.deepcopy(options)
Ddb_config_optimizer.py9 import copy
209 options = copy.deepcopy(self.db_options)
Ddb_stats_fetcher.py8 import copy
142 epoch_ts = copy.deepcopy(self.keys_ts)
/rocksdb-6.9/include/rocksdb/
Ddb.h536 std::copy(status.begin(), status.end(), statuses);
559 std::copy(status.begin(), status.end(), statuses);
560 std::copy(tss.begin(), tss.end(), timestamps);
600 std::copy(status.begin(), status.end(), statuses);
621 std::copy(status.begin(), status.end(), statuses);
622 std::copy(tss.begin(), tss.end(), timestamps);
/rocksdb-6.9/util/
Dthreadpool_imp.cc464 auto copy(job); in SubmitJob() local
465 impl_->Submit(std::move(copy), std::function<void()>(), nullptr); in SubmitJob()
Dautovector.h356 std::copy(other.values_, other.values_ + num_stack_items_, values_);
/rocksdb-6.9/java/src/main/java/org/rocksdb/
DNativeLibraryLoader.java113 Files.copy(is, temp.toPath(), StandardCopyOption.REPLACE_EXISTING); in loadLibraryFromJarToTemp()
/rocksdb-6.9/utilities/transactions/
Dpessimistic_transaction.h78 std::copy(waiting_txn_ids_.begin(), waiting_txn_ids_.end(), ids.begin()); in GetWaitingTxns()
/rocksdb-6.9/java/
DHISTORY-JAVA.md81 * Avoid a potential byte-array-copy between c++ and Java in RocksDB.get.
/rocksdb-6.9/utilities/
Denv_librados.cc130 buffer.begin().copy(r, scratch); in Read()
208 buffer.begin().copy(r, scratch); in Read()
/rocksdb-6.9/third-party/folly/folly/synchronization/
DDistributedMutex-inl.h646 auto copy = std::move(*exc);
648 std::rethrow_exception(std::move(copy));
/rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/util/
Dcompaction_job_stats_impl.cc.o.d147 /usr/include/c++/v1/__algorithm/copy.h \
/rocksdb-6.9/CMakeFiles/rocksdb.dir/util/
Dcompaction_job_stats_impl.cc.o.d147 /usr/include/c++/v1/__algorithm/copy.h \
/rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/db/blob/
Dblob_file_meta.cc.o.d151 /usr/include/c++/v1/__algorithm/copy.h \
/rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/utilities/table_properties_collectors/
Dcompact_on_deletion_collector.cc.o.d155 /usr/include/c++/v1/__algorithm/copy.h \
/rocksdb-6.9/CMakeFiles/rocksdb.dir/utilities/transactions/
Dtransaction_db_mutex_impl.cc.o.d150 /usr/include/c++/v1/__algorithm/copy.h \

12345678910>>...22