Class CompositeKeyValueFilter<K,V>
java.lang.Object
org.infinispan.filter.CompositeKeyValueFilter<K,V>
- All Implemented Interfaces:
KeyValueFilter<K,
V>
Allows AND-composing several key/value filters.
- Since:
- 7.0
- Author:
- wburns
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
protected void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.infinispan.filter.KeyValueFilter
format
-
Constructor Details
-
CompositeKeyValueFilter
-
-
Method Details
-
accept
-
injectDependencies
-