| Class and Description |
|---|
| SliceAssigner
A
SliceAssigner assigns element into a single slice. |
| Class and Description |
|---|
| SliceAssigner
A
SliceAssigner assigns element into a single slice. |
| SliceSharedAssigner
A
SliceAssigner which shares slices for windows, which means a window is divided into
multiple slices and need to merge the slices into windows when emitting windows. |
| SliceUnsharedAssigner
A
SliceAssigner which doesn't share slices for windows, which means a window is divided
into only one slice and doesn't need to merge the slices when emitting windows. |
| SlicingWindowProcessor
The
SlicingWindowProcessor is an optimized processing for aligned windows which can apply
the slicing optimization. |
| Class and Description |
|---|
| SlicingWindowProcessor
The
SlicingWindowProcessor is an optimized processing for aligned windows which can apply
the slicing optimization. |
| Class and Description |
|---|
| SlicingWindowProcessor
The
SlicingWindowProcessor is an optimized processing for aligned windows which can apply
the slicing optimization. |
| Class and Description |
|---|
| SliceAssigner
A
SliceAssigner assigns element into a single slice. |
| SliceAssigners.CumulativeSliceAssigner
The
SliceAssigner for cumulative windows. |
| SliceAssigners.HoppingSliceAssigner
The
SliceAssigner for hopping windows. |
| SliceAssigners.TumblingSliceAssigner
The
SliceAssigner for tumbling windows. |
| SliceAssigners.WindowedSliceAssigner
The
SliceAssigner for elements have been attached window start and end timestamps. |
| SliceSharedAssigner
A
SliceAssigner which shares slices for windows, which means a window is divided into
multiple slices and need to merge the slices into windows when emitting windows. |
| SliceUnsharedAssigner
A
SliceAssigner which doesn't share slices for windows, which means a window is divided
into only one slice and doesn't need to merge the slices when emitting windows. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.