public class StreamTaskExternallyInducedSourceInput<T> extends StreamTaskSourceInput<T>
StreamTaskSourceInput
for ExternallyInducedSourceReader
.PushingAsyncDataInput.DataOutput<T>
UNSPECIFIED
构造器和说明 |
---|
StreamTaskExternallyInducedSourceInput(SourceOperator<T,?> operator,
java.util.function.Consumer<Long> checkpointTriggeringHook) |
限定符和类型 | 方法和说明 |
---|---|
org.apache.flink.core.io.InputStatus |
emitNext(PushingAsyncDataInput.DataOutput<T> output)
Pushes the next element to the output from current data input, and returns
the input status to indicate whether there are more available data in
current input.
|
close, getAvailableFuture, getInputIndex, prepareSnapshot
public StreamTaskExternallyInducedSourceInput(SourceOperator<T,?> operator, java.util.function.Consumer<Long> checkpointTriggeringHook)
public org.apache.flink.core.io.InputStatus emitNext(PushingAsyncDataInput.DataOutput<T> output) throws Exception
PushingAsyncDataInput
This method should be non blocking.
emitNext
在接口中 PushingAsyncDataInput<T>
emitNext
在类中 StreamTaskSourceInput<T>
Exception
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.