Uses of Class
com.hazelcast.jet.aggregate.AllOfAggregationBuilder
Package
Description
Contains
AggregateOperation
and its several variants, as well
as a builder object for the aggregate operations.-
Uses of AllOfAggregationBuilder in com.hazelcast.jet.aggregate
Modifier and TypeMethodDescriptionstatic <T> AllOfAggregationBuilder<T>
AggregateOperations.allOfBuilder()
Returns a builder object that helps you create a composite of multiple aggregate operations.