Home
last modified time | relevance | path

Searched refs:Update (Results 1 – 21 of 21) sorted by relevance

/rocksdb-6.9/table/
Diterator_wrapper.h43 Update(); in Set()
81 Update(); in Prev()
86 Update(); in Seek()
91 Update(); in SeekForPrev()
96 Update(); in SeekToFirst()
101 Update(); in SeekToLast()
128 void Update() { in Update() function
Dtable_test.cc1263 file_checksum_generator->Update(scratch.get(), result.size()); in CalculateFileChecksum()
2177 bool Update(const Slice&, const Slice&) override { in Update() function in ROCKSDB_NAMESPACE::CustomFlushBlockPolicy
/rocksdb-6.9/table/block_based/
Dflush_block_policy.h14 bool Update(const Slice& /*key*/, const Slice& /*value*/) override { in Update() function
Dflush_block_policy.cc33 bool Update(const Slice& key, const Slice& value) override { in Update() function in ROCKSDB_NAMESPACE::FlushBlockBySizePolicy
Dindex_builder.cc149 flush_policy_->Update(*last_key_in_current_block, handle_encoding); in AddIndexEntry()
Dblock_based_table_builder.cc517 auto should_flush = r->flush_block_policy->Update(key, value); in Add()
/rocksdb-6.9/include/rocksdb/
Dflush_block_policy.h23 virtual bool Update(const Slice& key, const Slice& value) = 0;
Dfile_checksum.h34 virtual void Update(const char* data, size_t n) = 0;
/rocksdb-6.9/docs/_posts/
D2017-05-14-core-local-stats.markdown46 Update benchmark setup is same as before. CPU overhead improved 7.8x compared to global atomics, co…
81 Update benchmark setup is same as before. CPU overhead worsened ~23% compared to thread-local, whil…
/rocksdb-6.9/util/
Dfile_checksum_helper.h25 void Update(const char* data, size_t n) override { in Update() function
/rocksdb-6.9/
DINSTALL.md106 * Update XCode: run `xcode-select --install` (or install it from XCode App's settting).
172 * For building with MS Visual Studio 13 you will need Update 4 installed.
DCMakeLists.txt5 # You must have at least Visual Studio 2015 Update 3. Start the Developer Command Prompt window…
11 # 1. Update paths to third-party libraries in thirdparty.inc file
DHISTORY.md8 …e FileChecksumGenerator interface from Value, Extend, and GetChecksum to Update, Finalize, and Get…
9 …e FileChecksumGenerator interface from Value, Extend, and GetChecksum to Update, Finalize, and Get…
/rocksdb-6.9/db/
Dmemtable.h251 void Update(SequenceNumber seq,
Dtable_properties_collector_test.cc219 bool Update(const Slice& /*key*/, const Slice& /*value*/) override { in Update() function in ROCKSDB_NAMESPACE::FlushBlockEveryThreePolicy
Dmemtable.cc939 void MemTable::Update(SequenceNumber seq, in Update() function in ROCKSDB_NAMESPACE::MemTable
Dwrite_batch.cc1440 mem->Update(sequence_, key, value); in PutCFImpl()
Ddb_basic_test.cc2028 bool Update(const Slice& /*key*/, const Slice& /*value*/) override { in Update() function in ROCKSDB_NAMESPACE::DBBasicTestWithParallelIO::MyFlushBlockPolicy
/rocksdb-6.9/file/
Dwritable_file_writer.cc349 checksum_generator_->Update(data.data(), data.size()); in CalculateFileChecksum()
/rocksdb-6.9/docs/
DCONTRIBUTING.md88 1. Update `_data/nav_docs.yml` to add your new document to the navigation bar. Use the `docid` you …
/rocksdb-6.9/tools/
Dldb_cmd_test.cc146 file_checksum_gen->Update(scratch.get(), result.size()); in VerifyChecksum()