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