Interface WithBoundedness

All Known Implementing Classes:
LegacySourceTransformation, SourceTransformation

@Internal public interface WithBoundedness
An interface to be implemented by transformations that have explicitly set Boundedness.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.flink.api.connector.source.Boundedness
    Returns the Boundedness of this Transformation.
  • Method Details

    • getBoundedness

      org.apache.flink.api.connector.source.Boundedness getBoundedness()
      Returns the Boundedness of this Transformation.