Uses of Class
com.hazelcast.jet.aggregate.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
Modifier 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.