Package org.apache.flink.fnexecution.v1
Enum FlinkFnApi.UserDefinedDataStreamFunction.FunctionType
java.lang.Object
java.lang.Enum<FlinkFnApi.UserDefinedDataStreamFunction.FunctionType>
org.apache.flink.fnexecution.v1.FlinkFnApi.UserDefinedDataStreamFunction.FunctionType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<FlinkFnApi.UserDefinedDataStreamFunction.FunctionType>
- Enclosing class:
- FlinkFnApi.UserDefinedDataStreamFunction
public static enum FlinkFnApi.UserDefinedDataStreamFunction.FunctionType
extends Enum<FlinkFnApi.UserDefinedDataStreamFunction.FunctionType>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
org.apache.flink.fn_execution.v1.UserDefinedDataStreamFunction.FunctionType-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCO_BROADCAST_PROCESS = 5;CO_PROCESS = 1;KEYED_CO_BROADCAST_PROCESS = 6;KEYED_CO_PROCESS = 3;KEYED_PROCESS = 2;PROCESS = 0;REVISE_OUTPUT = 100;WINDOW = 4; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intCO_BROADCAST_PROCESS = 5;static final intCO_PROCESS = 1;static final intKEYED_CO_BROADCAST_PROCESS = 6;static final intKEYED_CO_PROCESS = 3;static final intKEYED_PROCESS = 2;static final intPROCESS = 0;static final intREVISE_OUTPUT = 100;static final intWINDOW = 4; -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<FlinkFnApi.UserDefinedDataStreamFunction.FunctionType>valueOf(int value) Deprecated.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.values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PROCESS
PROCESS = 0; -
CO_PROCESS
CO_PROCESS = 1; -
KEYED_PROCESS
KEYED_PROCESS = 2; -
KEYED_CO_PROCESS
KEYED_CO_PROCESS = 3; -
WINDOW
WINDOW = 4; -
CO_BROADCAST_PROCESS
CO_BROADCAST_PROCESS = 5; -
KEYED_CO_BROADCAST_PROCESS
public static final FlinkFnApi.UserDefinedDataStreamFunction.FunctionType KEYED_CO_BROADCAST_PROCESSKEYED_CO_BROADCAST_PROCESS = 6; -
REVISE_OUTPUT
REVISE_OUTPUT = 100; -
UNRECOGNIZED
-
-
Field Details
-
PROCESS_VALUE
public static final int PROCESS_VALUEPROCESS = 0;- See Also:
-
CO_PROCESS_VALUE
public static final int CO_PROCESS_VALUECO_PROCESS = 1;- See Also:
-
KEYED_PROCESS_VALUE
public static final int KEYED_PROCESS_VALUEKEYED_PROCESS = 2;- See Also:
-
KEYED_CO_PROCESS_VALUE
public static final int KEYED_CO_PROCESS_VALUEKEYED_CO_PROCESS = 3;- See Also:
-
WINDOW_VALUE
public static final int WINDOW_VALUEWINDOW = 4;- See Also:
-
CO_BROADCAST_PROCESS_VALUE
public static final int CO_BROADCAST_PROCESS_VALUECO_BROADCAST_PROCESS = 5;- See Also:
-
KEYED_CO_BROADCAST_PROCESS_VALUE
public static final int KEYED_CO_BROADCAST_PROCESS_VALUEKEYED_CO_BROADCAST_PROCESS = 6;- See Also:
-
REVISE_OUTPUT_VALUE
public static final int REVISE_OUTPUT_VALUEREVISE_OUTPUT = 100;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<FlinkFnApi.UserDefinedDataStreamFunction.FunctionType> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static FlinkFnApi.UserDefinedDataStreamFunction.FunctionType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-