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 TypeMethodDescriptionorg.apache.flink.api.connector.source.BoundednessReturns theBoundednessof thisTransformation.
-
Method Details
-
getBoundedness
org.apache.flink.api.connector.source.Boundedness getBoundedness()Returns theBoundednessof thisTransformation.
-