Uses of Class
org.apache.pulsar.functions.windowing.WindowManager
Packages that use WindowManager
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of WindowManager in org.apache.pulsar.functions.windowing
Constructors in org.apache.pulsar.functions.windowing with parameters of type WindowManagerModifierConstructorDescriptionWaterMarkEventGenerator(WindowManager<T> windowManager, long intervalMs, long eventTsLagMs, Set<String> inputTopics, org.apache.pulsar.functions.api.Context context) Creates a new WatermarkEventGenerator. -
Uses of WindowManager in org.apache.pulsar.functions.windowing.triggers
Constructors in org.apache.pulsar.functions.windowing.triggers with parameters of type WindowManagerModifierConstructorDescriptionWatermarkCountTriggerPolicy(int count, TriggerHandler handler, EvictionPolicy<T, ?> evictionPolicy, WindowManager<T> windowManager) WatermarkTimeTriggerPolicy(long slidingIntervalMs, TriggerHandler handler, EvictionPolicy<T, ?> evictionPolicy, WindowManager<T> windowManager)