Uses of Class
org.apache.flink.table.runtime.operators.window.CountWindow
-
Packages that use CountWindow Package Description org.apache.flink.table.runtime.operators.window org.apache.flink.table.runtime.operators.window.groupwindow.assigners -
-
Uses of CountWindow in org.apache.flink.table.runtime.operators.window
Methods in org.apache.flink.table.runtime.operators.window that return CountWindow Modifier and Type Method Description CountWindowCountWindow.Serializer. copy(CountWindow from)CountWindowCountWindow.Serializer. copy(CountWindow from, CountWindow reuse)CountWindowCountWindow.Serializer. createInstance()CountWindowCountWindow.Serializer. deserialize(org.apache.flink.core.memory.DataInputView source)CountWindowCountWindow.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 CountWindow Modifier and Type Method Description org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<CountWindow>CountWindow.Serializer. snapshotConfiguration()Methods in org.apache.flink.table.runtime.operators.window with parameters of type CountWindow Modifier and Type Method Description CountWindowCountWindow.Serializer. copy(CountWindow from)CountWindowCountWindow.Serializer. copy(CountWindow from, CountWindow reuse)CountWindowCountWindow.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 CountWindow Modifier and Type Method Description Collection<CountWindow>CountSlidingWindowAssigner. assignWindows(org.apache.flink.table.data.RowData element, long timestamp)Collection<CountWindow>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 CountWindow Modifier and Type Method Description voidCountSlidingWindowAssigner. open(InternalWindowProcessFunction.Context<?,CountWindow> ctx)voidCountTumblingWindowAssigner. open(InternalWindowProcessFunction.Context<?,CountWindow> ctx)
-