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 enumorg.apache.flink.fn_execution.v1.OverWindow.WindowType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description RANGE_SLIDINGRANGE_SLIDING = 3;RANGE_UNBOUNDEDRANGE_UNBOUNDED = 0;RANGE_UNBOUNDED_FOLLOWINGRANGE_UNBOUNDED_FOLLOWING = 2;RANGE_UNBOUNDED_PRECEDINGRANGE_UNBOUNDED_PRECEDING = 1;ROW_SLIDINGROW_SLIDING = 7;ROW_UNBOUNDEDROW_UNBOUNDED = 4;ROW_UNBOUNDED_FOLLOWINGROW_UNBOUNDED_FOLLOWING = 6;ROW_UNBOUNDED_PRECEDINGROW_UNBOUNDED_PRECEDING = 5;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intRANGE_SLIDING_VALUERANGE_SLIDING = 3;static intRANGE_UNBOUNDED_FOLLOWING_VALUERANGE_UNBOUNDED_FOLLOWING = 2;static intRANGE_UNBOUNDED_PRECEDING_VALUERANGE_UNBOUNDED_PRECEDING = 1;static intRANGE_UNBOUNDED_VALUERANGE_UNBOUNDED = 0;static intROW_SLIDING_VALUEROW_SLIDING = 7;static intROW_UNBOUNDED_FOLLOWING_VALUEROW_UNBOUNDED_FOLLOWING = 6;static intROW_UNBOUNDED_PRECEDING_VALUEROW_UNBOUNDED_PRECEDING = 5;static intROW_UNBOUNDED_VALUEROW_UNBOUNDED = 4;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static FlinkFnApi.OverWindow.WindowTypeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<FlinkFnApi.OverWindow.WindowType>internalGetValueMap()static FlinkFnApi.OverWindow.WindowTypevalueOf(int value)Deprecated.static FlinkFnApi.OverWindow.WindowTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static FlinkFnApi.OverWindow.WindowTypevalueOf(String 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 Detail
-
RANGE_UNBOUNDED
public static final FlinkFnApi.OverWindow.WindowType RANGE_UNBOUNDED
RANGE_UNBOUNDED = 0;
-
RANGE_UNBOUNDED_PRECEDING
public static final FlinkFnApi.OverWindow.WindowType RANGE_UNBOUNDED_PRECEDING
RANGE_UNBOUNDED_PRECEDING = 1;
-
RANGE_UNBOUNDED_FOLLOWING
public static final FlinkFnApi.OverWindow.WindowType RANGE_UNBOUNDED_FOLLOWING
RANGE_UNBOUNDED_FOLLOWING = 2;
-
RANGE_SLIDING
public static final FlinkFnApi.OverWindow.WindowType RANGE_SLIDING
RANGE_SLIDING = 3;
-
ROW_UNBOUNDED
public static final FlinkFnApi.OverWindow.WindowType ROW_UNBOUNDED
ROW_UNBOUNDED = 4;
-
ROW_UNBOUNDED_PRECEDING
public static final FlinkFnApi.OverWindow.WindowType ROW_UNBOUNDED_PRECEDING
ROW_UNBOUNDED_PRECEDING = 5;
-
ROW_UNBOUNDED_FOLLOWING
public static final FlinkFnApi.OverWindow.WindowType ROW_UNBOUNDED_FOLLOWING
ROW_UNBOUNDED_FOLLOWING = 6;
-
ROW_SLIDING
public static final FlinkFnApi.OverWindow.WindowType ROW_SLIDING
ROW_SLIDING = 7;
-
UNRECOGNIZED
public static final FlinkFnApi.OverWindow.WindowType UNRECOGNIZED
-
-
Field Detail
-
RANGE_UNBOUNDED_VALUE
public static final int RANGE_UNBOUNDED_VALUE
RANGE_UNBOUNDED = 0;- See Also:
- Constant Field Values
-
RANGE_UNBOUNDED_PRECEDING_VALUE
public static final int RANGE_UNBOUNDED_PRECEDING_VALUE
RANGE_UNBOUNDED_PRECEDING = 1;- See Also:
- Constant Field Values
-
RANGE_UNBOUNDED_FOLLOWING_VALUE
public static final int RANGE_UNBOUNDED_FOLLOWING_VALUE
RANGE_UNBOUNDED_FOLLOWING = 2;- See Also:
- Constant Field Values
-
RANGE_SLIDING_VALUE
public static final int RANGE_SLIDING_VALUE
RANGE_SLIDING = 3;- See Also:
- Constant Field Values
-
ROW_UNBOUNDED_VALUE
public static final int ROW_UNBOUNDED_VALUE
ROW_UNBOUNDED = 4;- See Also:
- Constant Field Values
-
ROW_UNBOUNDED_PRECEDING_VALUE
public static final int ROW_UNBOUNDED_PRECEDING_VALUE
ROW_UNBOUNDED_PRECEDING = 5;- See Also:
- Constant Field Values
-
ROW_UNBOUNDED_FOLLOWING_VALUE
public static final int ROW_UNBOUNDED_FOLLOWING_VALUE
ROW_UNBOUNDED_FOLLOWING = 6;- See Also:
- Constant Field Values
-
ROW_SLIDING_VALUE
public static final int ROW_SLIDING_VALUE
ROW_SLIDING = 7;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static FlinkFnApi.OverWindow.WindowType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (FlinkFnApi.OverWindow.WindowType c : FlinkFnApi.OverWindow.WindowType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static FlinkFnApi.OverWindow.WindowType valueOf(String name)
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 public static FlinkFnApi.OverWindow.WindowType valueOf(int value)
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
public static FlinkFnApi.OverWindow.WindowType forNumber(int value)
- 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
-
-