Class SumByLongAggregatorBucket
- java.lang.Object
-
- de.uplanet.lucy.server.auxiliaries.chart.AbstractSumAggregatorBucket<Long>
-
- de.uplanet.lucy.server.auxiliaries.chart.SumByLongAggregatorBucket
-
- All Implemented Interfaces:
IAggregatorBucket<Long,de.uplanet.lucy.server.auxiliaries.chart.DoubleAggregatorDataPoint>
public final class SumByLongAggregatorBucket extends AbstractSumAggregatorBucket<Long>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.uplanet.lucy.server.auxiliaries.chart.AbstractSumAggregatorBucket
AbstractSumAggregatorBucket.SortableDoubleAggregatorDataPointList
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getGroupingValue()
Get the grouping or category value.-
Methods inherited from class de.uplanet.lucy.server.auxiliaries.chart.AbstractSumAggregatorBucket
getAverage, getMax, getMin, getSum, getValue, getValues, hasValue
-
-
-
-
Method Detail
-
getGroupingValue
public Long getGroupingValue()
Description copied from interface:IAggregatorBucket
Get the grouping or category value.- Returns:
- The grouping or category value.
-
-