leveldb-api
Package Index
|
Class Index
org.iq80.leveldb
Interfaces
DB
DBComparator
DBFactory
DBIterator
Logger
Snapshot
WriteBatch
Classes
Options
Range
ReadOptions
WriteOptions
Enums
CompressionType
Exceptions
DBException
Package Index
|
Class Index
Summary:
Methods
|
Inherited Methods
|
[Expand All]
public interface
WriteBatch
implements Closeable
org.iq80.leveldb.WriteBatch
Summary
Public Methods
abstract
WriteBatch
delete
(byte[] key)
abstract
WriteBatch
put
(byte[] key, byte[] value)
[Expand]
Inherited Methods
From interface java.io.Closeable
abstract void
close
()
From interface java.lang.AutoCloseable
abstract void
close
()
Public Methods
public abstract
WriteBatch
delete
(byte[] key)
public abstract
WriteBatch
put
(byte[] key, byte[] value)