Uses of Class
org.elasticsearch.search.aggregations.metrics.HyperLogLogPlusPlus
-
Packages that use HyperLogLogPlusPlus Package Description org.elasticsearch.search.aggregations.metrics -
-
Uses of HyperLogLogPlusPlus in org.elasticsearch.search.aggregations.metrics
Methods in org.elasticsearch.search.aggregations.metrics that return HyperLogLogPlusPlus Modifier and Type Method Description HyperLogLogPlusPlusInternalCardinality. getCounts()static HyperLogLogPlusPlusHyperLogLogPlusPlus. readFrom(StreamInput in, BigArrays bigArrays)Methods in org.elasticsearch.search.aggregations.metrics with parameters of type HyperLogLogPlusPlus Modifier and Type Method Description booleanHyperLogLogPlusPlus. equals(long bucket, HyperLogLogPlusPlus other)voidHyperLogLogPlusPlus. merge(long thisBucket, HyperLogLogPlusPlus other, long otherBucket)
-