| /rocksdb-6.9/java/src/main/java/org/rocksdb/ |
| D | WriteBatchInterface.java | 105 void remove(byte[] key) throws RocksDBException; in remove() method 117 void remove(ColumnFamilyHandle columnFamilyHandle, byte[] key) in remove() method 195 void remove(ByteBuffer key) throws RocksDBException; in remove() method 205 void remove(ColumnFamilyHandle columnFamilyHandle, ByteBuffer key) throws RocksDBException; in remove() method
|
| D | AbstractWriteBatch.java | 48 public void remove(byte[] key) throws RocksDBException { in remove() method in AbstractWriteBatch 54 public void remove(ColumnFamilyHandle columnFamilyHandle, byte[] key) in remove() method in AbstractWriteBatch 113 public void remove(ByteBuffer key) throws RocksDBException { in remove() method in AbstractWriteBatch 119 public void remove(ColumnFamilyHandle columnFamilyHandle, ByteBuffer key) in remove() method in AbstractWriteBatch
|
| /rocksdb-6.9/java/rocksjni/ |
| D | write_batch.cc | 284 auto remove = [&wb](ROCKSDB_NAMESPACE::Slice key) { return wb->Delete(key); }; in Java_org_rocksdb_WriteBatch_delete__J_3BI() local 286 ROCKSDB_NAMESPACE::JniUtil::k_op(remove, env, jobj, jkey, jkey_len); in Java_org_rocksdb_WriteBatch_delete__J_3BI() 306 auto remove = [&wb, &cf_handle](ROCKSDB_NAMESPACE::Slice key) { in Java_org_rocksdb_WriteBatch_delete__J_3BIJ() local 310 ROCKSDB_NAMESPACE::JniUtil::k_op(remove, env, jobj, jkey, jkey_len); in Java_org_rocksdb_WriteBatch_delete__J_3BIJ() 377 auto remove = [&wb, &cf_handle](ROCKSDB_NAMESPACE::Slice& key) { in Java_org_rocksdb_WriteBatch_removeDirect() local 384 ROCKSDB_NAMESPACE::JniUtil::k_op_direct(remove, env, jkey, jkey_offset, in Java_org_rocksdb_WriteBatch_removeDirect()
|
| D | writebatchhandlerjnicallback.cc | 199 auto remove = [this, column_family_id] (jbyteArray j_key) { in DeleteCF() local 206 auto status = WriteBatchHandlerJniCallback::k_op(key, remove); in DeleteCF() 217 auto remove = [this] (jbyteArray j_key) { in Delete() local 223 WriteBatchHandlerJniCallback::k_op(key, remove); in Delete()
|
| D | write_batch_with_index.cc | 221 auto remove = [&wbwi](ROCKSDB_NAMESPACE::Slice key) { in Java_org_rocksdb_WriteBatchWithIndex_delete__J_3BI() local 225 ROCKSDB_NAMESPACE::JniUtil::k_op(remove, env, jobj, jkey, jkey_len); in Java_org_rocksdb_WriteBatchWithIndex_delete__J_3BI() 245 auto remove = [&wbwi, &cf_handle](ROCKSDB_NAMESPACE::Slice key) { in Java_org_rocksdb_WriteBatchWithIndex_delete__J_3BIJ() local 249 ROCKSDB_NAMESPACE::JniUtil::k_op(remove, env, jobj, jkey, jkey_len); in Java_org_rocksdb_WriteBatchWithIndex_delete__J_3BIJ() 314 auto remove = [&wb, &cf_handle](ROCKSDB_NAMESPACE::Slice& key) { in Java_org_rocksdb_WriteBatchWithIndex_removeDirect() local 321 ROCKSDB_NAMESPACE::JniUtil::k_op_direct(remove, env, jkey, jkey_offset, in Java_org_rocksdb_WriteBatchWithIndex_removeDirect()
|
| /rocksdb-6.9/tools/block_cache_analyzer/ |
| D | block_cache_pysim.py | 857 def remove(self, insertion_time, last_access_time, key, value_size, num_hits): member in CostClassEntry 963 self.cost_classes[cost_class].remove( 1330 def remove(self, k): member in Deque 1394 self.t1.remove(key) 1399 self.t2.remove(key) 1410 self.b1.remove(key) 1419 self.b2.remove(key) 1475 self.lru.remove(key)
|
| /rocksdb-6.9/docs/doc-type-examples/ |
| D | docs-hello-world.md | 12 If you have no documentation for your site, you can remove the entire `_docs` folder. Otherwise add…
|
| D | 2016-04-07-blog-post-example.md | 21 If you have no blog for your site, you can remove the entire `_posts` folder. Otherwise add markdow…
|
| /rocksdb-6.9/java/samples/src/main/java/ |
| D | RocksDBColumnFamilySample.java | 65 wb.remove(columnFamilyHandles.get(0), "key".getBytes()); in main()
|
| /rocksdb-6.9/db/ |
| D | merge_test.cc | 152 bool remove(const std::string& key) { in remove() function in ROCKSDB_NAMESPACE::Counters 199 void assert_remove(const std::string& key) { assert(remove(key)); } in assert_remove()
|
| /rocksdb-6.9/java/src/test/java/org/rocksdb/ |
| D | WriteBatchThreadedTest.java | 87 futures.remove(future); in threadedWrites()
|
| /rocksdb-6.9/tools/advisor/test/ |
| D | test_db_options_parser.py | 29 os.remove(self.generated_options)
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2017-01-06-rocksdb-5-0-1-released.markdown | 19 … and is replaced with DB::IngestExternalFile(). DB::IngestExternalFile() remove all the restrictio…
|
| D | 2015-11-10-use-checkpoints-for-efficient-snapshots.markdown | 40 … When the user is done with the snapshot, the user can delete the directory to remove the snapshot.
|
| /rocksdb-6.9/CMakeFiles/core_tools.dir/ |
| D | build.make | 49 # The command to remove a file.
|
| /rocksdb-6.9/CMakeFiles/tools.dir/ |
| D | build.make | 49 # The command to remove a file.
|
| /rocksdb-6.9/tools/CMakeFiles/ldb_tests.dir/ |
| D | build.make | 49 # The command to remove a file.
|
| /rocksdb-6.9/utilities/transactions/ |
| D | write_unprepared_txn.h | 165 std::remove(active_iterators_.begin(), active_iterators_.end(), iter), in RemoveActiveIterator()
|
| /rocksdb-6.9/ |
| D | CODE_OF_CONDUCT.md | 40 Project maintainers have the right and responsibility to remove, edit, or
|
| /rocksdb-6.9/docs/ |
| D | TEMPLATE-INFORMATION.md | 7 …n your site, keep the `_docs` and `docs` folders, if not, you can safely remove them (or you can s…
|
| /rocksdb-6.9/CMakeFiles/build_version.dir/ |
| D | build.make | 49 # The command to remove a file.
|
| /rocksdb-6.9/CMakeFiles/memtablerep_bench.dir/ |
| D | build.make | 49 # The command to remove a file.
|
| /rocksdb-6.9/CMakeFiles/table_reader_bench.dir/ |
| D | build.make | 49 # The command to remove a file.
|
| /rocksdb-6.9/CMakeFiles/filter_bench.dir/ |
| D | build.make | 49 # The command to remove a file.
|
| /rocksdb-6.9/CMakeFiles/cache_bench.dir/ |
| D | build.make | 49 # The command to remove a file.
|