Uses of Class
org.iq80.leveldb.impl.WriteBatchImpl
Packages that use WriteBatchImpl
-
Uses of WriteBatchImpl in org.iq80.leveldb.impl
Methods in org.iq80.leveldb.impl that return WriteBatchImplModifier and TypeMethodDescriptionWriteBatchImpl.delete(byte[] key) WriteBatchImpl.put(byte[] key, byte[] value) private WriteBatchImplDbImpl.readWriteBatch(SliceInput record, int updateSize) Methods in org.iq80.leveldb.impl with parameters of type WriteBatchImplModifier and TypeMethodDescriptionDbImpl.writeInternal(WriteBatchImpl updates, WriteOptions options) private SliceDbImpl.writeWriteBatch(WriteBatchImpl updates, long sequenceBegin)