Package org.apache.flink.fnexecution.v1
Enum FlinkFnApi.OverWindow.WindowType
java.lang.Object
java.lang.Enum<FlinkFnApi.OverWindow.WindowType>
org.apache.flink.fnexecution.v1.FlinkFnApi.OverWindow.WindowType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<FlinkFnApi.OverWindow.WindowType>
- Enclosing class:
- FlinkFnApi.OverWindow
public static enum FlinkFnApi.OverWindow.WindowType
extends Enum<FlinkFnApi.OverWindow.WindowType>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
org.apache.flink.fn_execution.v1.OverWindow.WindowType-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionRANGE_SLIDING = 3;RANGE_UNBOUNDED = 0;RANGE_UNBOUNDED_FOLLOWING = 2;RANGE_UNBOUNDED_PRECEDING = 1;ROW_SLIDING = 7;ROW_UNBOUNDED = 4;ROW_UNBOUNDED_FOLLOWING = 6;ROW_UNBOUNDED_PRECEDING = 5; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intRANGE_SLIDING = 3;static final intRANGE_UNBOUNDED_FOLLOWING = 2;static final intRANGE_UNBOUNDED_PRECEDING = 1;static final intRANGE_UNBOUNDED = 0;static final intROW_SLIDING = 7;static final intROW_UNBOUNDED_FOLLOWING = 6;static final intROW_UNBOUNDED_PRECEDING = 5;static final intROW_UNBOUNDED = 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.OverWindow.WindowType>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.static FlinkFnApi.OverWindow.WindowType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
RANGE_UNBOUNDED
RANGE_UNBOUNDED = 0; -
RANGE_UNBOUNDED_PRECEDING
RANGE_UNBOUNDED_PRECEDING = 1; -
RANGE_UNBOUNDED_FOLLOWING
RANGE_UNBOUNDED_FOLLOWING = 2; -
RANGE_SLIDING
RANGE_SLIDING = 3; -
ROW_UNBOUNDED
ROW_UNBOUNDED = 4; -
ROW_UNBOUNDED_PRECEDING
ROW_UNBOUNDED_PRECEDING = 5; -
ROW_UNBOUNDED_FOLLOWING
ROW_UNBOUNDED_FOLLOWING = 6; -
ROW_SLIDING
ROW_SLIDING = 7; -
UNRECOGNIZED
-
-
Field Details
-
RANGE_UNBOUNDED_VALUE
public static final int RANGE_UNBOUNDED_VALUERANGE_UNBOUNDED = 0;- See Also:
-
RANGE_UNBOUNDED_PRECEDING_VALUE
public static final int RANGE_UNBOUNDED_PRECEDING_VALUERANGE_UNBOUNDED_PRECEDING = 1;- See Also:
-
RANGE_UNBOUNDED_FOLLOWING_VALUE
public static final int RANGE_UNBOUNDED_FOLLOWING_VALUERANGE_UNBOUNDED_FOLLOWING = 2;- See Also:
-
RANGE_SLIDING_VALUE
public static final int RANGE_SLIDING_VALUERANGE_SLIDING = 3;- See Also:
-
ROW_UNBOUNDED_VALUE
public static final int ROW_UNBOUNDED_VALUEROW_UNBOUNDED = 4;- See Also:
-
ROW_UNBOUNDED_PRECEDING_VALUE
public static final int ROW_UNBOUNDED_PRECEDING_VALUEROW_UNBOUNDED_PRECEDING = 5;- See Also:
-
ROW_UNBOUNDED_FOLLOWING_VALUE
public static final int ROW_UNBOUNDED_FOLLOWING_VALUEROW_UNBOUNDED_FOLLOWING = 6;- See Also:
-
ROW_SLIDING_VALUE
public static final int ROW_SLIDING_VALUEROW_SLIDING = 7;- 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.OverWindow.WindowType> 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.OverWindow.WindowType 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
-