Uses of Package
com.hazelcast.jet.accumulator
Package
Description
Classes intended to be used for accumulator objects in an
AggregateOperation
.Contains
AggregateOperation
and its several variants, as well
as a builder object for the aggregate operations.-
ClassDescriptionAccumulator of a
double
value.Maintains the components needed to compute the linear regression on a set of(long, long)
pairs.Mutable container of along
value.Mutable container of an object reference.Keeps the state needed to implement theAggregateOperations.pickAny()
aggregate operation. -
ClassDescriptionAccumulator of a
double
value.Maintains the components needed to compute the linear regression on a set of(long, long)
pairs.Mutable container of along
value.Mutable container of along
and adouble
value.Mutable container of twolong
values.Mutable container of an object reference.Keeps the state needed to implement theAggregateOperations.pickAny()
aggregate operation.