K
- The key typeV
- The value typepublic abstract 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
|
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
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.