Class WindowConfig
java.lang.Object
org.apache.pulsar.common.functions.WindowConfig
Configuration of a windowing function.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumThis is a semantic option that windows can provide, forcing the semantics of theFunctionConfig.ProcessingGuaranteesto be equal to MANUAL, and then letting the windows function handle the semantic timing by itself.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
WINDOW_CONFIG_KEY- See Also:
 
 
- 
- 
Constructor Details- 
WindowConfigpublic WindowConfig()
 
-