Uses of Class
org.elasticsearch.common.util.SetBackedScalingCuckooFilter
-
Packages that use SetBackedScalingCuckooFilter Package Description org.elasticsearch.common.util org.elasticsearch.search.aggregations.bucket.terms -
-
Uses of SetBackedScalingCuckooFilter in org.elasticsearch.common.util
Methods in org.elasticsearch.common.util with parameters of type SetBackedScalingCuckooFilter Modifier and Type Method Description voidSetBackedScalingCuckooFilter. merge(SetBackedScalingCuckooFilter other)Merge `other` cuckoo filter into this cuckoo.Constructors in org.elasticsearch.common.util with parameters of type SetBackedScalingCuckooFilter Constructor Description SetBackedScalingCuckooFilter(SetBackedScalingCuckooFilter other) -
Uses of SetBackedScalingCuckooFilter in org.elasticsearch.search.aggregations.bucket.terms
-