Uses of Class
com.hazelcast.jet.aggregate.AggregateOperationBuilder
Packages that use AggregateOperationBuilder
Package
Description
Contains
AggregateOperation
and its several variants, as well
as a builder object for the aggregate operations.-
Uses of AggregateOperationBuilder in com.hazelcast.jet.aggregate
Methods in com.hazelcast.jet.aggregate that return AggregateOperationBuilderModifier and TypeMethodDescriptionstatic <A> AggregateOperationBuilder<A>
AggregateOperation.withCreate
(SupplierEx<A> createFn) Returns a builder object, initialized with the suppliedcreate
primitive, that can be used to construct the definition of an aggregate operation in a step-by-step manner.