Uses of Class
org.apache.flink.table.runtime.operators.window.CountWindow
Packages that use CountWindow
Package
Description
-
Uses of CountWindow in org.apache.flink.table.runtime.operators.window
Methods in org.apache.flink.table.runtime.operators.window that return CountWindowModifier and TypeMethodDescriptionCountWindow.Serializer.copy(CountWindow from) CountWindow.Serializer.copy(CountWindow from, CountWindow reuse) CountWindow.Serializer.createInstance()CountWindow.Serializer.deserialize(org.apache.flink.core.memory.DataInputView source) CountWindow.Serializer.deserialize(CountWindow reuse, org.apache.flink.core.memory.DataInputView source) Methods in org.apache.flink.table.runtime.operators.window that return types with arguments of type CountWindowModifier and TypeMethodDescriptionorg.apache.flink.api.common.typeutils.TypeSerializerSnapshot<CountWindow>CountWindow.Serializer.snapshotConfiguration()Methods in org.apache.flink.table.runtime.operators.window with parameters of type CountWindowModifier and TypeMethodDescriptionCountWindow.Serializer.copy(CountWindow from) CountWindow.Serializer.copy(CountWindow from, CountWindow reuse) CountWindow.Serializer.deserialize(CountWindow reuse, org.apache.flink.core.memory.DataInputView source) voidCountWindow.Serializer.serialize(CountWindow record, org.apache.flink.core.memory.DataOutputView target) -
Uses of CountWindow in org.apache.flink.table.runtime.operators.window.groupwindow.assigners
Methods in org.apache.flink.table.runtime.operators.window.groupwindow.assigners that return types with arguments of type CountWindowModifier and TypeMethodDescriptionCountSlidingWindowAssigner.assignWindows(org.apache.flink.table.data.RowData element, long timestamp) CountTumblingWindowAssigner.assignWindows(org.apache.flink.table.data.RowData element, long timestamp) org.apache.flink.api.common.typeutils.TypeSerializer<CountWindow>CountSlidingWindowAssigner.getWindowSerializer(org.apache.flink.api.common.ExecutionConfig executionConfig) org.apache.flink.api.common.typeutils.TypeSerializer<CountWindow>CountTumblingWindowAssigner.getWindowSerializer(org.apache.flink.api.common.ExecutionConfig executionConfig) Method parameters in org.apache.flink.table.runtime.operators.window.groupwindow.assigners with type arguments of type CountWindowModifier and TypeMethodDescriptionvoidCountSlidingWindowAssigner.open(InternalWindowProcessFunction.Context<?, CountWindow> ctx) voidCountTumblingWindowAssigner.open(InternalWindowProcessFunction.Context<?, CountWindow> ctx)