public class JniWriteBatch extends Object implements org.iq80.leveldb.WriteBatch
Modifier and Type | Method and Description |
---|---|
void |
close() |
org.iq80.leveldb.WriteBatch |
delete(byte[] key) |
org.iq80.leveldb.WriteBatch |
put(byte[] key,
byte[] value) |
NativeWriteBatch |
writeBatch() |
public void close()
close
in interface Closeable
close
in interface AutoCloseable
public org.iq80.leveldb.WriteBatch put(byte[] key, byte[] value)
put
in interface org.iq80.leveldb.WriteBatch
public org.iq80.leveldb.WriteBatch delete(byte[] key)
delete
in interface org.iq80.leveldb.WriteBatch
public NativeWriteBatch writeBatch()
Copyright © 2009–2024 FuseSource, Corp.. All rights reserved.