Uses of Class
org.apache.flink.api.connector.source.ReaderInfo
-
Packages that use ReaderInfo Package Description org.apache.flink.api.connector.source -
-
Uses of ReaderInfo in org.apache.flink.api.connector.source
Methods in org.apache.flink.api.connector.source that return types with arguments of type ReaderInfo Modifier and Type Method Description Map<Integer,ReaderInfo>SplitEnumeratorContext. registeredReaders()Get the currently registered readers.default Map<Integer,Map<Integer,ReaderInfo>>SplitEnumeratorContext. registeredReadersOfAttempts()Get the currently registered readers of all the subtask attempts.
-