Class AsyncStateSliceUnsharedWindowAggProcessor

All Implemented Interfaces:
Serializable, AsyncStateWindowProcessor<Long>, AsyncStateSlicingWindowProcessor<Long>, WindowProcessor<Long,AsyncStateWindowProcessor.AsyncStateContext<Long>>

public final class AsyncStateSliceUnsharedWindowAggProcessor extends AbstractAsyncStateSliceWindowAggProcessor
A window aggregate processor implementation which works for SliceUnsharedAssigner with async state, e.g. tumbling windows.
See Also: