| Modifier and Type | Class and Description |
|---|---|
class |
SliceSharedWindowAggProcessor
An window aggregate processor implementation which works for
SliceSharedAssigner, e.g. |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionWindowAssigner.mergeWindows(TimeWindow newWindow,
NavigableSet<TimeWindow> sortedWindows,
MergeCallback<TimeWindow,Collection<TimeWindow>> callback) |
abstract void |
MergingWindowAssigner.mergeWindows(W newWindow,
NavigableSet<W> sortedWindows,
MergeCallback<W,Collection<W>> callback)
Determines which windows (if any) should be merged.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SliceSharedAssigner.mergeSlices(long sliceEnd,
MergeCallback<Long,Iterable<Long>> callback)
Determines which slices (if any) should be merged.
|
void |
SliceAssigners.HoppingSliceAssigner.mergeSlices(long sliceEnd,
MergeCallback<Long,Iterable<Long>> callback) |
void |
SliceAssigners.CumulativeSliceAssigner.mergeSlices(long sliceEnd,
MergeCallback<Long,Iterable<Long>> callback) |
void |
SliceAssigners.SlicedSharedSliceAssigner.mergeSlices(long sliceEnd,
MergeCallback<Long,Iterable<Long>> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnsliceAssigners.WindowedUnsliceAssigner.mergeWindows(TimeWindow newWindow,
NavigableSet<TimeWindow> sortedWindows,
MergeCallback<TimeWindow,Collection<TimeWindow>> callback) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.