K - The key typeV - The value typeabstract class Modification<K,V> extends Tuple<K,V>
| Modifier and Type | Field and Description |
|---|---|
static byte |
ADDITION
The byte used to define an Addition in the serialized journal
|
static byte |
DELETION
The byte used to define a Deletion in the serialized journal
|
key, keyComparator, value| Modifier | Constructor and Description |
|---|---|
protected |
Modification(K key,
V value)
Create a new Modification instance.
|
public static final byte ADDITION
public static final byte DELETION