public static class InternalCountDateHistogramFacet.CountEntry extends Object implements DateHistogramFacet.Entry
| Constructor and Description |
|---|
CountEntry(long time,
long count) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount()
The number of hits that fall within that key "range" or "interval".
|
double |
getMax()
The maximum value.
|
double |
getMean()
The mean of this facet interval.
|
double |
getMin()
The minimum value.
|
long |
getTime()
The time bucket start (in milliseconds).
|
double |
getTotal()
The sum / total of the value field that fall within this key "interval".
|
long |
getTotalCount()
The total count of values aggregated to compute the total.
|
public long getTime()
DateHistogramFacet.EntrygetTime in interface DateHistogramFacet.Entrypublic long getCount()
DateHistogramFacet.EntrygetCount in interface DateHistogramFacet.Entrypublic long getTotalCount()
DateHistogramFacet.EntrygetTotalCount in interface DateHistogramFacet.Entrypublic double getTotal()
DateHistogramFacet.EntrygetTotal in interface DateHistogramFacet.Entrypublic double getMean()
DateHistogramFacet.EntrygetMean in interface DateHistogramFacet.Entrypublic double getMin()
DateHistogramFacet.EntrygetMin in interface DateHistogramFacet.Entrypublic double getMax()
DateHistogramFacet.EntrygetMax in interface DateHistogramFacet.EntryCopyright © 2009–2016. All rights reserved.