Uses of Package
com.hazelcast.jet.accumulator
Packages that use 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.-
Classes in com.hazelcast.jet.accumulator used by com.hazelcast.jet.accumulatorClassDescriptionAccumulator 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. -
Classes in com.hazelcast.jet.accumulator used by com.hazelcast.jet.aggregateClassDescriptionAccumulator 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.