Uses of Interface
org.iq80.leveldb.WriteBatch
Packages that use WriteBatch
-
Uses of WriteBatch in org.iq80.leveldb
Methods in org.iq80.leveldb that return WriteBatchModifier and TypeMethodDescriptionDB.createWriteBatch()WriteBatch.delete(byte[] key) WriteBatch.put(byte[] key, byte[] value) Methods in org.iq80.leveldb with parameters of type WriteBatchModifier and TypeMethodDescriptionvoidDB.write(WriteBatch updates) DB.write(WriteBatch updates, WriteOptions options) -
Uses of WriteBatch in org.iq80.leveldb.impl
Classes in org.iq80.leveldb.impl that implement WriteBatchMethods in org.iq80.leveldb.impl that return WriteBatchMethods in org.iq80.leveldb.impl with parameters of type WriteBatchModifier and TypeMethodDescriptionvoidDbImpl.write(WriteBatch updates) DbImpl.write(WriteBatch updates, WriteOptions options)