Uses of Interface
org.apache.pulsar.functions.windowing.Window
-
Packages that use Window Package Description org.apache.pulsar.functions.windowing -
-
Uses of Window in org.apache.pulsar.functions.windowing
Classes in org.apache.pulsar.functions.windowing that implement Window Modifier and Type Class Description classWindowImpl<T>Holds the expired, new and current events in a window.Methods in org.apache.pulsar.functions.windowing with parameters of type Window Modifier and Type Method Description OWindowFunctionExecutor. process(Window<org.apache.pulsar.functions.api.Record<I>> inputWindow, org.apache.pulsar.functions.api.WindowContext context)
-