Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 25 of 565) sorted by relevance

12345678910>>...23

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DWriteBatchInterface.java105 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
DAbstractWriteBatch.java48 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/
Dwrite_batch.cc284 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()
Dwritebatchhandlerjnicallback.cc199 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()
Dwrite_batch_with_index.cc221 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/
Dblock_cache_pysim.py857 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/
Ddocs-hello-world.md12 If you have no documentation for your site, you can remove the entire `_docs` folder. Otherwise add…
D2016-04-07-blog-post-example.md21 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/
DRocksDBColumnFamilySample.java65 wb.remove(columnFamilyHandles.get(0), "key".getBytes()); in main()
/rocksdb-6.9/db/
Dmerge_test.cc152 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/
DWriteBatchThreadedTest.java87 futures.remove(future); in threadedWrites()
/rocksdb-6.9/tools/advisor/test/
Dtest_db_options_parser.py29 os.remove(self.generated_options)
/rocksdb-6.9/docs/_posts/
D2017-01-06-rocksdb-5-0-1-released.markdown19 … and is replaced with DB::IngestExternalFile(). DB::IngestExternalFile() remove all the restrictio…
D2015-11-10-use-checkpoints-for-efficient-snapshots.markdown40 … 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/
Dbuild.make49 # The command to remove a file.
/rocksdb-6.9/CMakeFiles/tools.dir/
Dbuild.make49 # The command to remove a file.
/rocksdb-6.9/tools/CMakeFiles/ldb_tests.dir/
Dbuild.make49 # The command to remove a file.
/rocksdb-6.9/utilities/transactions/
Dwrite_unprepared_txn.h165 std::remove(active_iterators_.begin(), active_iterators_.end(), iter), in RemoveActiveIterator()
/rocksdb-6.9/
DCODE_OF_CONDUCT.md40 Project maintainers have the right and responsibility to remove, edit, or
/rocksdb-6.9/docs/
DTEMPLATE-INFORMATION.md7 …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/
Dbuild.make49 # The command to remove a file.
/rocksdb-6.9/CMakeFiles/memtablerep_bench.dir/
Dbuild.make49 # The command to remove a file.
/rocksdb-6.9/CMakeFiles/table_reader_bench.dir/
Dbuild.make49 # The command to remove a file.
/rocksdb-6.9/CMakeFiles/filter_bench.dir/
Dbuild.make49 # The command to remove a file.
/rocksdb-6.9/CMakeFiles/cache_bench.dir/
Dbuild.make49 # The command to remove a file.

12345678910>>...23