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 Closeableclose in interface AutoCloseablepublic org.iq80.leveldb.WriteBatch put(byte[] key,
byte[] value)
put in interface org.iq80.leveldb.WriteBatchpublic org.iq80.leveldb.WriteBatch delete(byte[] key)
delete in interface org.iq80.leveldb.WriteBatchpublic NativeWriteBatch writeBatch()
Copyright © 2009–2025 FuseSource, Corp.. All rights reserved.