public abstract static class WriteBatch.Handler extends RocksObject
nativeHandle_| Constructor and Description |
|---|
WriteBatch.Handler() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
delete(byte[] key) |
protected void |
disposeInternal()
Deletes underlying C++ handler pointer.
|
abstract void |
logData(byte[] blob) |
abstract void |
merge(byte[] key,
byte[] value) |
abstract void |
put(byte[] key,
byte[] value) |
boolean |
shouldContinue()
shouldContinue is called by the underlying iterator
WriteBatch::Iterate.
|
disOwnNativeHandle, dispose, finalize, isInitialized, isOwningNativeHandlepublic abstract void put(byte[] key,
byte[] value)
public abstract void merge(byte[] key,
byte[] value)
public abstract void delete(byte[] key)
public abstract void logData(byte[] blob)
public boolean shouldContinue()
protected void disposeInternal()
disposeInternal in class RocksObject