Uses of Class
org.iq80.leveldb.WriteOptions
Packages that use WriteOptions
-
Uses of WriteOptions in org.iq80.leveldb
Methods in org.iq80.leveldb that return WriteOptionsModifier and TypeMethodDescriptionWriteOptions.snapshot(boolean snapshot) WriteOptions.sync(boolean sync) Methods in org.iq80.leveldb with parameters of type WriteOptionsModifier and TypeMethodDescriptionDB.delete(byte[] key, WriteOptions options) DB.put(byte[] key, byte[] value, WriteOptions options) DB.write(WriteBatch updates, WriteOptions options) -
Uses of WriteOptions in org.iq80.leveldb.benchmark
Methods in org.iq80.leveldb.benchmark with parameters of type WriteOptionsModifier and TypeMethodDescriptionprivate voidDbBenchmark.write(WriteOptions writeOptions, DbBenchmark.Order order, DbBenchmark.DBState state, int numEntries, int valueSize, int entriesPerBatch) -
Uses of WriteOptions in org.iq80.leveldb.impl
Methods in org.iq80.leveldb.impl with parameters of type WriteOptionsModifier and TypeMethodDescriptionDbImpl.delete(byte[] key, WriteOptions options) DbImpl.put(byte[] key, byte[] value, WriteOptions options) DbImpl.write(WriteBatch updates, WriteOptions options) DbImpl.writeInternal(WriteBatchImpl updates, WriteOptions options)