public final class AcceptAllKeyValueFilter extends java.lang.Object implements KeyValueFilter<java.lang.Object,java.lang.Object>
This filter should be used carefully as it may cause the operation to perform very slowly as all entries are accepted.
| Modifier and Type | Class and Description |
|---|---|
static class |
AcceptAllKeyValueFilter.Externalizer |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.lang.Object key,
java.lang.Object value,
Metadata metadata) |
static AcceptAllKeyValueFilter |
getInstance() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitformatpublic static AcceptAllKeyValueFilter getInstance()
public boolean accept(java.lang.Object key,
java.lang.Object value,
Metadata metadata)
accept in interface KeyValueFilter<java.lang.Object,java.lang.Object>key - key to testvalue - value to use (could be null for the case of removal)metadata - metadata