public interface RewritePolicy
Modifier and Type | Field and Description |
---|---|
static RewritePolicy |
DO_NOTHING |
Modifier and Type | Method and Description |
---|---|
<K,V> boolean |
processRewrite(WritableSlice<K,V> slice,
K key,
V oldValue,
V newValue) |
<K> boolean |
rewriteProcessingNeeded(K key) |
static final RewritePolicy DO_NOTHING
<K> boolean rewriteProcessingNeeded(K key)
<K,V> boolean processRewrite(WritableSlice<K,V> slice, K key, V oldValue, V newValue)