Package org.apache.flink.fnexecution.v1
Interface FlinkFnApi.OverWindowOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FlinkFnApi.OverWindow,FlinkFnApi.OverWindow.Builder
- Enclosing class:
- FlinkFnApi
public static interface FlinkFnApi.OverWindowOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongint64 lower_boundary = 2;longint64 upper_boundary = 3;.org.apache.flink.fn_execution.v1.OverWindow.WindowType window_type = 1;int.org.apache.flink.fn_execution.v1.OverWindow.WindowType window_type = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getWindowTypeValue
int getWindowTypeValue().org.apache.flink.fn_execution.v1.OverWindow.WindowType window_type = 1;- Returns:
- The enum numeric value on the wire for windowType.
-
getWindowType
FlinkFnApi.OverWindow.WindowType getWindowType().org.apache.flink.fn_execution.v1.OverWindow.WindowType window_type = 1;- Returns:
- The windowType.
-
getLowerBoundary
long getLowerBoundary()int64 lower_boundary = 2;- Returns:
- The lowerBoundary.
-
getUpperBoundary
long getUpperBoundary()int64 upper_boundary = 3;- Returns:
- The upperBoundary.
-