| Package | Description |
|---|---|
| com.caffinc.jaggr.core | |
| com.caffinc.jaggr.core.operations |
| Modifier and Type | Method and Description |
|---|---|
AggregationBuilder |
AggregationBuilder.addOperation(String field,
Operation operation)
Adds an aggregation operation to this builder
|
| Modifier and Type | Class and Description |
|---|---|
class |
AverageOperation
Performs averaging aggregation
|
class |
CollectOperation
Collects all values into a list
|
class |
CollectSetOperation
Collects all values into a set
|
class |
CountOperation
Performs count aggregation
|
class |
FirstObjectOperation
Gets the first non-null object in the stream
|
class |
LastObjectOperation
Gets the last non-null object in the stream
|
class |
MaxOperation
Performs maximum value aggregation
|
class |
MinOperation
Performs minimum value aggregation
|
class |
StdDevPopOperation
Computes Standard Deviation of the Population using Welford's method
|
class |
SumOperation
Performs summing aggregation
|
class |
TopNOperation<T>
Computes the Top N objects in the data
|
Copyright © 2016. All rights reserved.