- getAggregation() - Method in class com.caffinc.jaggr.core.AggregationBuilder
-
Gets the Aggregation object which can be used to aggregate streams of data
- getBatchAggregation() - Method in class com.caffinc.jaggr.core.AggregationBuilder
-
Gets the BatchAggregation object which can be used to aggregate batches of data
- getFinalResult() - Method in class com.caffinc.jaggr.core.BatchAggregation
-
Gets the final result of the aggregation
- getItermediateResult() - Method in class com.caffinc.jaggr.core.BatchAggregation
-
Gets the result of the aggregation in the current state
- getValue(String, Map<String, Object>) - Static method in class com.caffinc.jaggr.core.utils.FieldValueExtractor
-
Extracts a nested value for the specified field from the given object
- getValue(String[], Map<String, Object>) - Static method in class com.caffinc.jaggr.core.utils.FieldValueExtractor
-
Extracts a nested value for the specified nested field from the given object