Home
last modified time | relevance | path

Searched refs:write_batch (Results 1 – 25 of 702) sorted by relevance

12345678910>>...29

/rocksdb-6.9/utilities/write_batch_with_index/
Dwrite_batch_with_index.cc352 write_batch_(write_batch) {} in WBWIIteratorImpl()
444 ReadableWriteBatch write_batch; member
552 write_batch.Clear(); in Clear()
571 if (write_batch.Count() == 0) { in ReBuildIndex()
578 Slice input(write_batch.Data()); in ReBuildIndex()
694 auto s = rep->write_batch.Put(key, value); in Put()
713 auto s = rep->write_batch.Delete(key); in Delete()
759 return rep->write_batch.PutLogData(blob); in PutLogData()
1054 return rep->write_batch.PopSavePoint(); in PopSavePoint()
1058 rep->write_batch.SetMaxBytes(max_bytes); in SetMaxBytes()
[all …]
Dwrite_batch_with_index_internal.h99 const ReadableWriteBatch* write_batch) in WriteBatchEntryComparator() argument
100 : default_comparator_(_default_comparator), write_batch_(write_batch) {} in WriteBatchEntryComparator()
/rocksdb-6.9/db/
Dwrite_batch.cc.d1 db/write_batch.cc.d db/write_batch.o: db/write_batch.cc \
2 include/rocksdb/write_batch.h include/rocksdb/status.h \
Ddb_info_dumper.cc.d16 include/rocksdb/write_batch.h include/rocksdb/write_batch_base.h
Dsnapshot_impl.cc.d15 include/rocksdb/transaction_log.h include/rocksdb/write_batch.h \
Dmanual_compaction_test.cc.d17 include/rocksdb/write_batch.h include/rocksdb/write_batch_base.h \
Dlog_reader.cc.d16 include/rocksdb/write_batch.h include/rocksdb/write_batch_base.h \
/rocksdb-6.9/docs/_posts/
D2015-02-27-write-batch-with-index.markdown16write_batch.Put("key1", "value1")` or `write_batch.Delete("key2")`, similar as calling RocksDB's f…
/rocksdb-6.9/util/
Dfilelock_test.cc.d5 test_util/testharness.h util/coding.h include/rocksdb/write_batch.h \
Dcoding.cc.d2 include/rocksdb/write_batch.h include/rocksdb/status.h \
Dcoding_test.cc.d2 util/coding.h include/rocksdb/write_batch.h include/rocksdb/status.h \
Dcrc32c_test.cc.d6 include/rocksdb/write_batch.h include/rocksdb/write_batch_base.h \
Dhash.cc.d2 include/rocksdb/write_batch.h include/rocksdb/status.h \
Dcrc32c.cc.d3 include/rocksdb/write_batch.h include/rocksdb/status.h \
Dslice_transform_test.cc.d16 include/rocksdb/transaction_log.h include/rocksdb/write_batch.h \
/rocksdb-6.9/memtable/
Dwrite_buffer_manager.cc.d7 util/coding.h include/rocksdb/write_batch.h \
/rocksdb-6.9/utilities/blob_db/
Dblob_log_format.cc.d15 include/rocksdb/write_batch.h include/rocksdb/write_batch_base.h \
/rocksdb-6.9/utilities/merge_operators/
Dbytesxor.cc.d8 util/coding.h include/rocksdb/write_batch.h \
Duint64add.cc.d7 util/coding.h include/rocksdb/write_batch.h \
/rocksdb-6.9/env/
Denv_encryption.cc.d15 include/rocksdb/write_batch.h include/rocksdb/write_batch_base.h \
/rocksdb-6.9/table/block_based/
Ddata_block_hash_index.cc.d6 include/rocksdb/write_batch.h include/rocksdb/status.h \
Dblock_prefix_index.cc.d17 util/coding.h include/rocksdb/write_batch.h \
/rocksdb-6.9/db/blob/
Dblob_file_addition_test.cc.d7 util/coding.h include/rocksdb/write_batch.h \
Dblob_file_garbage_test.cc.d7 util/coding.h include/rocksdb/write_batch.h \
/rocksdb-6.9/utilities/option_change_migration/
Doption_change_migration.cc.d18 include/rocksdb/transaction_log.h include/rocksdb/write_batch.h \

12345678910>>...29