Class SliceSharedSyncStateWindowAggProcessor

All Implemented Interfaces:
Serializable, MergeCallback<Long,Iterable<Long>>, SyncStateWindowProcessor<Long>, WindowProcessor<Long,SyncStateWindowProcessor.SyncStateContext<Long>>, SlicingSyncStateWindowProcessor<Long>

public final class SliceSharedSyncStateWindowAggProcessor extends AbstractSliceSyncStateWindowAggProcessor implements MergeCallback<Long,Iterable<Long>>
A window aggregate processor implementation which works for SliceSharedAssigner, e.g. hopping windows and cumulative windows.
See Also: