public class NativeWriteBatch extends NativeObject
| Modifier and Type | Class and Description |
|---|---|
private static class |
NativeWriteBatch.WriteBatchJNI |
self| Constructor and Description |
|---|
NativeWriteBatch() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
delete() |
void |
delete(byte[] key) |
private void |
delete(NativeBuffer keyBuffer) |
private void |
delete(NativeSlice keySlice) |
void |
put(byte[] key,
byte[] value) |
private void |
put(NativeBuffer keyBuffer,
NativeBuffer valueBuffer) |
private void |
put(NativeSlice keySlice,
NativeSlice valueSlice) |
assertAllocated, isAllocated, pointerpublic void delete()
public void put(byte[] key,
byte[] value)
private void put(NativeBuffer keyBuffer, NativeBuffer valueBuffer)
private void put(NativeSlice keySlice, NativeSlice valueSlice)
public void delete(byte[] key)
private void delete(NativeBuffer keyBuffer)
private void delete(NativeSlice keySlice)
public void clear()