Interface InternalAggregation.ReduceContextBuilder
- Enclosing class:
- InternalAggregation
public static interface InternalAggregation.ReduceContextBuilder
-
Method Summary
Modifier and TypeMethodDescriptionBuild a InternalAggregation.ReduceContext to perform the final reduction.Build a InternalAggregation.ReduceContext to perform a partial reduction.
-
Method Details
-
forPartialReduction
InternalAggregation.ReduceContext forPartialReduction()Build a InternalAggregation.ReduceContext to perform a partial reduction. -
forFinalReduction
InternalAggregation.ReduceContext forFinalReduction()Build a InternalAggregation.ReduceContext to perform the final reduction.
-