Class WindowConfigUtils
- java.lang.Object
-
- org.apache.pulsar.functions.utils.WindowConfigUtils
-
public class WindowConfigUtils extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longDEFAULT_MAX_LAG_MSstatic longDEFAULT_WATERMARK_EVENT_INTERVAL_MS
-
Constructor Summary
Constructors Constructor Description WindowConfigUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidinferMissingArguments(org.apache.pulsar.common.functions.WindowConfig windowConfig)static voidvalidate(org.apache.pulsar.common.functions.WindowConfig windowConfig)
-
-
-
Field Detail
-
DEFAULT_MAX_LAG_MS
public static final long DEFAULT_MAX_LAG_MS
- See Also:
- Constant Field Values
-
DEFAULT_WATERMARK_EVENT_INTERVAL_MS
public static final long DEFAULT_WATERMARK_EVENT_INTERVAL_MS
- See Also:
- Constant Field Values
-
-