Package org.apache.flink.fnexecution.v1
Interface FlinkFnApi.GroupWindowOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FlinkFnApi.GroupWindow
,FlinkFnApi.GroupWindow.Builder
- Enclosing class:
- FlinkFnApi
public static interface FlinkFnApi.GroupWindowOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getAllowedLateness()
int64 allowedLateness = 8;
boolean
getIsRowTime()
bool is_row_time = 6;
boolean
getIsTimeWindow()
bool is_time_window = 2;
FlinkFnApi.GroupWindow.WindowProperty
getNamedProperties(int index)
repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;
int
getNamedPropertiesCount()
repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;
List<FlinkFnApi.GroupWindow.WindowProperty>
getNamedPropertiesList()
repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;
int
getNamedPropertiesValue(int index)
repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;
List<Integer>
getNamedPropertiesValueList()
repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;
String
getShiftTimezone()
string shift_timezone = 10;
com.google.protobuf.ByteString
getShiftTimezoneBytes()
string shift_timezone = 10;
int
getTimeFieldIndex()
int32 time_field_index = 7;
long
getWindowGap()
int64 window_gap = 5;
long
getWindowSize()
int64 window_size = 4;
long
getWindowSlide()
int64 window_slide = 3;
FlinkFnApi.GroupWindow.WindowType
getWindowType()
.org.apache.flink.fn_execution.v1.GroupWindow.WindowType window_type = 1;
int
getWindowTypeValue()
.org.apache.flink.fn_execution.v1.GroupWindow.WindowType window_type = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getWindowTypeValue
int getWindowTypeValue()
.org.apache.flink.fn_execution.v1.GroupWindow.WindowType window_type = 1;
- Returns:
- The enum numeric value on the wire for windowType.
-
getWindowType
FlinkFnApi.GroupWindow.WindowType getWindowType()
.org.apache.flink.fn_execution.v1.GroupWindow.WindowType window_type = 1;
- Returns:
- The windowType.
-
getIsTimeWindow
boolean getIsTimeWindow()
bool is_time_window = 2;
- Returns:
- The isTimeWindow.
-
getWindowSlide
long getWindowSlide()
int64 window_slide = 3;
- Returns:
- The windowSlide.
-
getWindowSize
long getWindowSize()
int64 window_size = 4;
- Returns:
- The windowSize.
-
getWindowGap
long getWindowGap()
int64 window_gap = 5;
- Returns:
- The windowGap.
-
getIsRowTime
boolean getIsRowTime()
bool is_row_time = 6;
- Returns:
- The isRowTime.
-
getTimeFieldIndex
int getTimeFieldIndex()
int32 time_field_index = 7;
- Returns:
- The timeFieldIndex.
-
getAllowedLateness
long getAllowedLateness()
int64 allowedLateness = 8;
- Returns:
- The allowedLateness.
-
getNamedPropertiesList
List<FlinkFnApi.GroupWindow.WindowProperty> getNamedPropertiesList()
repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;
- Returns:
- A list containing the namedProperties.
-
getNamedPropertiesCount
int getNamedPropertiesCount()
repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;
- Returns:
- The count of namedProperties.
-
getNamedProperties
FlinkFnApi.GroupWindow.WindowProperty getNamedProperties(int index)
repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;
- Parameters:
index
- The index of the element to return.- Returns:
- The namedProperties at the given index.
-
getNamedPropertiesValueList
List<Integer> getNamedPropertiesValueList()
repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;
- Returns:
- A list containing the enum numeric values on the wire for namedProperties.
-
getNamedPropertiesValue
int getNamedPropertiesValue(int index)
repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;
- Parameters:
index
- The index of the value to return.- Returns:
- The enum numeric value on the wire of namedProperties at the given index.
-
getShiftTimezone
String getShiftTimezone()
string shift_timezone = 10;
- Returns:
- The shiftTimezone.
-
getShiftTimezoneBytes
com.google.protobuf.ByteString getShiftTimezoneBytes()
string shift_timezone = 10;
- Returns:
- The bytes for shiftTimezone.
-
-