Accumulator
specific classes.See: Description
Interface | Description |
---|---|
Accumulator<E extends Sequenced> |
Accumulator for events which have a sequence number.
|
AccumulatorFactory |
Factory which is used to create an
Accumulator . |
AccumulatorHandler<T> |
Used to handle elements of an
Accumulator . |
AccumulatorInfoSupplier | |
AccumulatorProcessor<T> |
Responsible for processing of an event of an
Accumulator . |
CyclicBuffer<E extends Sequenced> |
A cyclic buffer to store
Sequenced events. |
Class | Description |
---|---|
AccumulatorInfo |
Metadata for an
Accumulator . |
AccumulatorScannerTask |
Task for scanning all
Accumulator instances of all QueryCache s on this node. |
BasicAccumulator<E extends Sequenced> |
This class implements basic functionality of an
Accumulator . |
DefaultAccumulatorInfoSupplier |
Default implementation of
AccumulatorInfoSupplier . |
DefaultCyclicBuffer<E extends Sequenced> |
Default implementation of
CyclicBuffer interface. |
Accumulator
specific classes.Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.