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