| /rocksdb-6.9/ |
| D | COPYING | 6 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 …]
|
| D | CONTRIBUTING.md | 16 If you prefer to sign a paper copy, we can send you a PDF. Send us an
|
| D | LICENSE.Apache | 96 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/ |
| D | dbformat.h | 403 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/ |
| D | 2014-03-27-how-to-backup-rocksdb.markdown | 92 …` is true, `BackupableDB` will first issue a memtable flush and only then copy the DB files to the… 115 …copy 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…
|
| D | 2017-08-24-pinnableslice.markdown | 8 …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…
|
| D | 2015-11-10-use-checkpoints-for-efficient-snapshots.markdown | 40 …tory will be an absolute path. The checkpoint can be used as a read-only copy of the DB or can be…
|
| D | 2014-06-23-plaintable-a-new-file-format.markdown | 34 1. We never copy keys or parts of keys to index search structures. We store only offsets from which…
|
| D | 2014-05-14-lock.markdown | 73 1. copy the manifest file and truncate the size (you can read the comments of `DB::GetLiveFiles()` …
|
| /rocksdb-6.9/tools/advisor/advisor/ |
| D | db_options_parser.py | 6 import copy 266 copy.deepcopy(options[option][col_fam]) 344 copy.deepcopy(options)
|
| D | db_config_optimizer.py | 9 import copy 209 options = copy.deepcopy(self.db_options)
|
| D | db_stats_fetcher.py | 8 import copy 142 epoch_ts = copy.deepcopy(self.keys_ts)
|
| /rocksdb-6.9/include/rocksdb/ |
| D | db.h | 536 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/ |
| D | threadpool_imp.cc | 464 auto copy(job); in SubmitJob() local 465 impl_->Submit(std::move(copy), std::function<void()>(), nullptr); in SubmitJob()
|
| D | autovector.h | 356 std::copy(other.values_, other.values_ + num_stack_items_, values_);
|
| /rocksdb-6.9/java/src/main/java/org/rocksdb/ |
| D | NativeLibraryLoader.java | 113 Files.copy(is, temp.toPath(), StandardCopyOption.REPLACE_EXISTING); in loadLibraryFromJarToTemp()
|
| /rocksdb-6.9/utilities/transactions/ |
| D | pessimistic_transaction.h | 78 std::copy(waiting_txn_ids_.begin(), waiting_txn_ids_.end(), ids.begin()); in GetWaitingTxns()
|
| /rocksdb-6.9/java/ |
| D | HISTORY-JAVA.md | 81 * Avoid a potential byte-array-copy between c++ and Java in RocksDB.get.
|
| /rocksdb-6.9/utilities/ |
| D | env_librados.cc | 130 buffer.begin().copy(r, scratch); in Read() 208 buffer.begin().copy(r, scratch); in Read()
|
| /rocksdb-6.9/third-party/folly/folly/synchronization/ |
| D | DistributedMutex-inl.h | 646 auto copy = std::move(*exc); 648 std::rethrow_exception(std::move(copy));
|
| /rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/util/ |
| D | compaction_job_stats_impl.cc.o.d | 147 /usr/include/c++/v1/__algorithm/copy.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb.dir/util/ |
| D | compaction_job_stats_impl.cc.o.d | 147 /usr/include/c++/v1/__algorithm/copy.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/db/blob/ |
| D | blob_file_meta.cc.o.d | 151 /usr/include/c++/v1/__algorithm/copy.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/utilities/table_properties_collectors/ |
| D | compact_on_deletion_collector.cc.o.d | 155 /usr/include/c++/v1/__algorithm/copy.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb.dir/utilities/transactions/ |
| D | transaction_db_mutex_impl.cc.o.d | 150 /usr/include/c++/v1/__algorithm/copy.h \
|