Uses of Enum
org.apache.flink.fnexecution.v1.FlinkFnApi.GroupWindow.WindowType
Packages that use FlinkFnApi.GroupWindow.WindowType
Package
Description
-
Uses of FlinkFnApi.GroupWindow.WindowType in org.apache.flink.fnexecution.v1
Methods in org.apache.flink.fnexecution.v1 that return FlinkFnApi.GroupWindow.WindowTypeModifier and TypeMethodDescriptionFlinkFnApi.GroupWindow.WindowType.forNumber(int value) FlinkFnApi.GroupWindow.Builder.getWindowType().org.apache.flink.fn_execution.v1.GroupWindow.WindowType window_type = 1;FlinkFnApi.GroupWindow.getWindowType().org.apache.flink.fn_execution.v1.GroupWindow.WindowType window_type = 1;FlinkFnApi.GroupWindowOrBuilder.getWindowType().org.apache.flink.fn_execution.v1.GroupWindow.WindowType window_type = 1;FlinkFnApi.GroupWindow.WindowType.valueOf(int value) Deprecated.FlinkFnApi.GroupWindow.WindowType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static FlinkFnApi.GroupWindow.WindowType[]FlinkFnApi.GroupWindow.WindowType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.fnexecution.v1 that return types with arguments of type FlinkFnApi.GroupWindow.WindowTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<FlinkFnApi.GroupWindow.WindowType>FlinkFnApi.GroupWindow.WindowType.internalGetValueMap()Methods in org.apache.flink.fnexecution.v1 with parameters of type FlinkFnApi.GroupWindow.WindowTypeModifier and TypeMethodDescriptionFlinkFnApi.GroupWindow.Builder.setWindowType(FlinkFnApi.GroupWindow.WindowType value) .org.apache.flink.fn_execution.v1.GroupWindow.WindowType window_type = 1; -
Uses of FlinkFnApi.GroupWindow.WindowType in org.apache.flink.table.runtime.operators.python.aggregate
Constructors in org.apache.flink.table.runtime.operators.python.aggregate with parameters of type FlinkFnApi.GroupWindow.WindowTypeModifierConstructorDescriptionprotectedPythonStreamGroupWindowAggregateOperator(org.apache.flink.configuration.Configuration config, org.apache.flink.table.types.logical.RowType inputType, org.apache.flink.table.types.logical.RowType outputType, org.apache.flink.table.functions.python.PythonAggregateFunctionInfo[] aggregateFunctions, org.apache.flink.table.runtime.dataview.DataViewSpec[][] dataViewSpecs, int[] grouping, int indexOfCountStar, boolean generateUpdateBefore, boolean countStarInserted, int inputTimeFieldIndex, org.apache.flink.table.runtime.operators.window.groupwindow.assigners.GroupWindowAssigner<W> windowAssigner, FlinkFnApi.GroupWindow.WindowType windowType, boolean isRowTime, boolean isTimeWindow, long size, long slide, long gap, long allowedLateness, org.apache.flink.table.runtime.groupwindow.NamedWindowProperty[] namedProperties, ZoneId shiftTimeZone)