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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getLowerBoundary()
      int64 lower_boundary = 2;
      long getUpperBoundary()
      int64 upper_boundary = 3;
      FlinkFnApi.OverWindow.WindowType getWindowType()
      .org.apache.flink.fn_execution.v1.OverWindow.WindowType window_type = 1;
      int getWindowTypeValue()
      .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 Detail

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