Uses of Enum
org.apache.flink.fnexecution.v1.FlinkFnApi.GroupWindow.WindowProperty
Packages that use FlinkFnApi.GroupWindow.WindowProperty
-
Uses of FlinkFnApi.GroupWindow.WindowProperty in org.apache.flink.fnexecution.v1
Methods in org.apache.flink.fnexecution.v1 that return FlinkFnApi.GroupWindow.WindowPropertyModifier and TypeMethodDescriptionFlinkFnApi.GroupWindow.WindowProperty.forNumber(int value) FlinkFnApi.GroupWindow.Builder.getNamedProperties(int index) repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;FlinkFnApi.GroupWindow.getNamedProperties(int index) repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;FlinkFnApi.GroupWindowOrBuilder.getNamedProperties(int index) repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;FlinkFnApi.GroupWindow.WindowProperty.valueOf(int value) Deprecated.FlinkFnApi.GroupWindow.WindowProperty.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.FlinkFnApi.GroupWindow.WindowProperty.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.WindowPropertyModifier and TypeMethodDescriptionFlinkFnApi.GroupWindow.Builder.getNamedPropertiesList()repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;FlinkFnApi.GroupWindow.getNamedPropertiesList()repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;FlinkFnApi.GroupWindowOrBuilder.getNamedPropertiesList()repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;static com.google.protobuf.Internal.EnumLiteMap<FlinkFnApi.GroupWindow.WindowProperty>FlinkFnApi.GroupWindow.WindowProperty.internalGetValueMap()Methods in org.apache.flink.fnexecution.v1 with parameters of type FlinkFnApi.GroupWindow.WindowPropertyModifier and TypeMethodDescriptionFlinkFnApi.GroupWindow.Builder.addNamedProperties(FlinkFnApi.GroupWindow.WindowProperty value) repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;FlinkFnApi.GroupWindow.Builder.setNamedProperties(int index, FlinkFnApi.GroupWindow.WindowProperty value) repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;Method parameters in org.apache.flink.fnexecution.v1 with type arguments of type FlinkFnApi.GroupWindow.WindowPropertyModifier and TypeMethodDescriptionFlinkFnApi.GroupWindow.Builder.addAllNamedProperties(Iterable<? extends FlinkFnApi.GroupWindow.WindowProperty> values) repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;