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 Type
    Method
    Description
    long
    int64 lower_boundary = 2;
    long
    int64 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

    isInitialized

    Methods 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

      .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.