Class Percentile
java.lang.Object
org.elasticsearch.search.aggregations.metrics.Percentile
public class Percentile
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Percentile(double percent, double value) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)doublegetPercent()doublegetValue()inthashCode()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Percentile
public Percentile(double percent, double value)
-
-
Method Details
-
getPercent
public double getPercent() -
getValue
public double getValue() -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-