Class PrimaryOwnerFilter<K>

    • Constructor Detail

      • PrimaryOwnerFilter

        public PrimaryOwnerFilter​(org.infinispan.interceptors.locking.ClusteringDependentLogic cdl)
    • Method Detail

      • accept

        public boolean accept​(K key)
        Specified by:
        accept in interface KeyFilter<K>
        Parameters:
        key - key to test
        Returns:
        true if the given key is accepted by this filter.