Package org.iq80.leveldb.impl
Class WriteBatchImpl
java.lang.Object
org.iq80.leveldb.impl.WriteBatchImpl
- All Implemented Interfaces:
Closeable,AutoCloseable,WriteBatch
-
Field Details
-
batch
-
approximateSize
private int approximateSize
-
-
Constructor Details
-
WriteBatchImpl
public WriteBatchImpl()
-
-
Method Details
-
getApproximateSize
public int getApproximateSize() -
size
public int size() -
put
- Specified by:
putin interfaceWriteBatch
-
put
-
delete
- Specified by:
deletein interfaceWriteBatch
-
delete
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
forEach
-