Interface WithBoundedness
-
- All Known Implementing Classes:
LegacySourceTransformation,SourceTransformation
@Internal public interface WithBoundednessAn interface to be implemented by transformations that have explicitly setBoundedness.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.flink.api.connector.source.BoundednessgetBoundedness()Returns theBoundednessof thisTransformation.
-