Home
last modified time | relevance | path

Searched defs:reserved_bytes (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/utilities/write_batch_with_index/
Dwrite_batch_with_index_internal.h89 : WriteBatch(reserved_bytes, max_bytes) {} in WriteBatch() argument
Dwrite_batch_with_index.cc634 const Comparator* default_index_comparator, size_t reserved_bytes, in WriteBatchWithIndex()
/rocksdb-6.9/java/src/main/java/org/rocksdb/
DWriteBatch.java40 public WriteBatch(final int reserved_bytes) { in WriteBatch()
263 private native static long newWriteBatch(final int reserved_bytes); in newWriteBatch()
/rocksdb-6.9/db/
Dwrite_batch.cc246 WriteBatch::WriteBatch(size_t reserved_bytes, size_t max_bytes) in WriteBatch()
254 WriteBatch::WriteBatch(size_t reserved_bytes, size_t max_bytes, size_t ts_sz) in WriteBatch()
Dc.cc1595 rocksdb_writebatch_wi_t* rocksdb_writebatch_wi_create(size_t reserved_bytes, unsigned char overwrit… in rocksdb_writebatch_wi_create()