Interface WithBoundedness
-
- All Known Implementing Classes:
LegacySourceTransformation
,SourceTransformation
@Internal public interface WithBoundedness
An 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.Boundedness
getBoundedness()
Returns theBoundedness
of thisTransformation
.
-