public class JniWriteBatch
extends java.lang.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 java.io.Closeableclose in interface java.lang.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-2013 FuseSource, Corp.. All Rights Reserved.