public static enum FlinkFnApi.GroupWindow.WindowProperty extends Enum<FlinkFnApi.GroupWindow.WindowProperty> implements com.google.protobuf.ProtocolMessageEnum
org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty
Enum Constant and Description |
---|
PROC_TIME_ATTRIBUTE
PROC_TIME_ATTRIBUTE = 3; |
ROW_TIME_ATTRIBUTE
ROW_TIME_ATTRIBUTE = 2; |
UNRECOGNIZED |
WINDOW_END
WINDOW_END = 1; |
WINDOW_START
WINDOW_START = 0; |
Modifier and Type | Field and Description |
---|---|
static int |
PROC_TIME_ATTRIBUTE_VALUE
PROC_TIME_ATTRIBUTE = 3; |
static int |
ROW_TIME_ATTRIBUTE_VALUE
ROW_TIME_ATTRIBUTE = 2; |
static int |
WINDOW_END_VALUE
WINDOW_END = 1; |
static int |
WINDOW_START_VALUE
WINDOW_START = 0; |
Modifier and Type | Method and Description |
---|---|
static FlinkFnApi.GroupWindow.WindowProperty |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<FlinkFnApi.GroupWindow.WindowProperty> |
internalGetValueMap() |
static FlinkFnApi.GroupWindow.WindowProperty |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FlinkFnApi.GroupWindow.WindowProperty |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FlinkFnApi.GroupWindow.WindowProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlinkFnApi.GroupWindow.WindowProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlinkFnApi.GroupWindow.WindowProperty WINDOW_START
WINDOW_START = 0;
public static final FlinkFnApi.GroupWindow.WindowProperty WINDOW_END
WINDOW_END = 1;
public static final FlinkFnApi.GroupWindow.WindowProperty ROW_TIME_ATTRIBUTE
ROW_TIME_ATTRIBUTE = 2;
public static final FlinkFnApi.GroupWindow.WindowProperty PROC_TIME_ATTRIBUTE
PROC_TIME_ATTRIBUTE = 3;
public static final FlinkFnApi.GroupWindow.WindowProperty UNRECOGNIZED
public static final int WINDOW_START_VALUE
WINDOW_START = 0;
public static final int WINDOW_END_VALUE
WINDOW_END = 1;
public static final int ROW_TIME_ATTRIBUTE_VALUE
ROW_TIME_ATTRIBUTE = 2;
public static final int PROC_TIME_ATTRIBUTE_VALUE
PROC_TIME_ATTRIBUTE = 3;
public static FlinkFnApi.GroupWindow.WindowProperty[] values()
for (FlinkFnApi.GroupWindow.WindowProperty c : FlinkFnApi.GroupWindow.WindowProperty.values()) System.out.println(c);
public static FlinkFnApi.GroupWindow.WindowProperty valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static FlinkFnApi.GroupWindow.WindowProperty valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static FlinkFnApi.GroupWindow.WindowProperty forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<FlinkFnApi.GroupWindow.WindowProperty> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static FlinkFnApi.GroupWindow.WindowProperty valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.