public interface KeyValueFilterConverter<K,V,C> extends KeyValueFilter<K,V>, Converter<K,V,C>
| Modifier and Type | Method and Description |
|---|---|
C |
filterAndConvert(K key,
V value,
Metadata metadata)
Will both filter the entry and if passed subsequently convert the value to a new value.
|
accept, formatC filterAndConvert(K key, V value, Metadata metadata)
key - The key of the entry to filtervalue - The value of the entry to filter and then convertmetadata - The metadata attached to the entry