Interface WindowConfig
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- BaseWindowConfig,- SlidingCountWindow,- SlidingDurationWindow,- TumblingCountWindow,- TumblingDurationWindow
Windowing configuration with window and sliding length.
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionintReturns the sliding length of the moving window.intReturns the length of the window.<T> WindowStrategy<T>Gives the type of windowing.voidvalidate()
- 
Method Details- 
getWindowLengthint getWindowLength()Returns the length of the window.
- 
getSlidingLengthint getSlidingLength()Returns the sliding length of the moving window.
- 
getWindowStrategyGives the type of windowing. It can be any ofTypevalues.
- 
validatevoid validate()
 
-