Class InfinispanBeanMetaDataFilter<K,V>
java.lang.Object
org.wildfly.clustering.ejb.infinispan.bean.InfinispanBeanMetaDataFilter<K,V>
- Type Parameters:
K- the bean identifier type
- All Implemented Interfaces:
Serializable,Predicate<Map.Entry<? super K,,? super V>> org.infinispan.util.function.SerializablePredicate<Map.Entry<? super K,? super V>>
public class InfinispanBeanMetaDataFilter<K,V>
extends Object
implements org.infinispan.util.function.SerializablePredicate<Map.Entry<? super K,? super V>>
Filters a cache for entries specific to a particular bean.
- Author:
- Paul Ferraro
- See Also: