Uses of Class
org.apache.flink.core.io.InputStatus
-
-
Uses of InputStatus in org.apache.flink.api.connector.source
Methods in org.apache.flink.api.connector.source that return InputStatus Modifier and Type Method Description InputStatusSourceReader. pollNext(ReaderOutput<T> output)Poll the next available record into theReaderOutput. -
Uses of InputStatus in org.apache.flink.api.connector.source.lib.util
Methods in org.apache.flink.api.connector.source.lib.util that return InputStatus Modifier and Type Method Description InputStatusIteratorSourceReaderBase. pollNext(ReaderOutput<O> output)protected InputStatusIteratorSourceReaderBase. tryMoveToNextSplit() -
Uses of InputStatus in org.apache.flink.api.connector.source.util.ratelimit
Methods in org.apache.flink.api.connector.source.util.ratelimit that return InputStatus Modifier and Type Method Description InputStatusRateLimitedSourceReader. pollNext(ReaderOutput<E> output) -
Uses of InputStatus in org.apache.flink.core.io
Methods in org.apache.flink.core.io that return InputStatus Modifier and Type Method Description static InputStatusInputStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static InputStatus[]InputStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-