Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Ddb_bench_tool.cc5919 Status PutMany(DB* db, const WriteOptions& writeoptions, const Slice& key, in PutMany() function in ROCKSDB_NAMESPACE::Benchmark
6043 Status s = PutMany(db, write_options_, key, gen.Generate()); in RandomWithVerify()