org.springframework.data.elasticsearch.core.facet.result
Class StatisticalResult
java.lang.Object
org.springframework.data.elasticsearch.core.facet.AbstractFacetResult
org.springframework.data.elasticsearch.core.facet.result.StatisticalResult
- All Implemented Interfaces:
- FacetResult
public class StatisticalResult
- extends AbstractFacetResult
- Author:
- Petar Tahchiev
|
Constructor Summary |
StatisticalResult(String name,
long count,
double max,
double min,
double mean,
double stdDeviation,
double sumOfSquares,
double total,
double variance)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatisticalResult
public StatisticalResult(String name,
long count,
double max,
double min,
double mean,
double stdDeviation,
double sumOfSquares,
double total,
double variance)
getCount
public long getCount()
getMax
public double getMax()
getMin
public double getMin()
getMean
public double getMean()
getStdDeviation
public double getStdDeviation()
getSumOfSquares
public double getSumOfSquares()
getTotal
public double getTotal()
getVariance
public double getVariance()
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.