Package org.infinispan.persistence
Class PrimaryOwnerFilter<K>
- java.lang.Object
-
- org.infinispan.persistence.PrimaryOwnerFilter<K>
-
-
Field Summary
-
Fields inherited from interface org.infinispan.filter.KeyFilter
ACCEPT_ALL_FILTER
-
-
Constructor Summary
Constructors Constructor Description PrimaryOwnerFilter(ClusteringDependentLogic cdl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(K key)
-
-
-
Constructor Detail
-
PrimaryOwnerFilter
public PrimaryOwnerFilter(ClusteringDependentLogic cdl)
-
-