org.springframework.data.elasticsearch.core.facet.result
Class IntervalUnit
java.lang.Object
org.springframework.data.elasticsearch.core.facet.result.IntervalUnit
public class IntervalUnit
- extends Object
Single term
- Author:
- Rizwan Idrees, Mohsin Husen, Artur Konczak, Jonathan Yan
|
Constructor Summary |
IntervalUnit(long key,
long count,
long totalCount,
double total,
double mean,
double min,
double max)
|
IntervalUnit
public IntervalUnit(long key,
long count,
long totalCount,
double total,
double mean,
double min,
double max)
getKey
public long getKey()
getCount
public long getCount()
getTotalCount
public long getTotalCount()
getTotal
public double getTotal()
getMean
public double getMean()
getMin
public double getMin()
getMax
public double getMax()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.