Searched refs:max_write_batch_size (Results 1 – 5 of 5) sorted by relevance
166 return opts->max_write_batch_size; in Java_org_rocksdb_TransactionOptions_getMaxWriteBatchSize()179 opts->max_write_batch_size = jmax_write_batch_size; in Java_org_rocksdb_TransactionOptions_setMaxWriteBatchSize()
164 size_t max_write_batch_size = 0; member
66 write_batch_.SetMaxBytes(txn_options.max_write_batch_size); in Initialize()
5389 txn_options.max_write_batch_size = 29; in TEST_P()
3816 opt->rep.max_write_batch_size = size; in rocksdb_transaction_options_set_max_write_batch_size()