Uses of Class
com.hazelcast.jet.accumulator.LongLongAccumulator
Package
Description
Contains
AggregateOperation
and its several variants, as well
as a builder object for the aggregate operations.-
Uses of LongLongAccumulator in com.hazelcast.jet.aggregate
Modifier and TypeMethodDescriptionstatic <T> AggregateOperation1<T,
LongLongAccumulator, Double> AggregateOperations.averagingLong
(ToLongFunctionEx<? super T> getLongValueFn) Returns an aggregate operation that finds the arithmetic mean (aka.