Uses of Enum
org.apache.flink.streaming.runtime.io.DataInputStatus
Packages that use DataInputStatus
Package
Description
-
Uses of DataInputStatus in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return DataInputStatusModifier and TypeMethodDescriptionSourceOperator.emitNext(PushingAsyncDataInput.DataOutput<OUT> output) -
Uses of DataInputStatus in org.apache.flink.streaming.api.operators.sort
Methods in org.apache.flink.streaming.api.operators.sort that return DataInputStatusModifier and TypeMethodDescriptionMultiInputSortingDataInput.emitNext(PushingAsyncDataInput.DataOutput<IN> output) SortingDataInput.emitNext(PushingAsyncDataInput.DataOutput<T> output) -
Uses of DataInputStatus in org.apache.flink.streaming.runtime.io
Methods in org.apache.flink.streaming.runtime.io that return DataInputStatusModifier and TypeMethodDescriptionAbstractStreamTaskNetworkInput.emitNext(PushingAsyncDataInput.DataOutput<T> output) PushingAsyncDataInput.emitNext(PushingAsyncDataInput.DataOutput<T> output) Pushes elements to the output from current data input, and returns the input status to indicate whether there are more available data in current input.StreamTaskExternallyInducedSourceInput.emitNext(PushingAsyncDataInput.DataOutput<T> output) StreamTaskSourceInput.emitNext(PushingAsyncDataInput.DataOutput<T> output) protected DataInputStatusAbstractStreamTaskNetworkInput.processEvent(BufferOrEvent bufferOrEvent, PushingAsyncDataInput.DataOutput<T> output) StreamInputProcessor.processInput()In case of two and more input processors this method must callInputSelectable.nextSelection()to choose which input to consume from next.StreamMultipleInputProcessor.processInput()StreamOneInputProcessor.processInput()MultipleInputSelectionHandler.updateStatusAndSelection(DataInputStatus inputStatus, int inputIndex) static DataInputStatusReturns the enum constant of this type with the specified name.static DataInputStatus[]DataInputStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.streaming.runtime.io with parameters of type DataInputStatusModifier and TypeMethodDescriptionMultipleInputSelectionHandler.updateStatusAndSelection(DataInputStatus inputStatus, int inputIndex) -
Uses of DataInputStatus in org.apache.flink.streaming.runtime.io.recovery
Methods in org.apache.flink.streaming.runtime.io.recovery that return DataInputStatusModifier and TypeMethodDescriptionprotected DataInputStatusRescalingStreamTaskNetworkInput.processEvent(BufferOrEvent bufferOrEvent, PushingAsyncDataInput.DataOutput<T> output) -
Uses of DataInputStatus in org.apache.flink.streaming.runtime.tasks
Methods in org.apache.flink.streaming.runtime.tasks that return DataInputStatusModifier and TypeMethodDescriptionStreamTaskFinishedOnRestoreSourceInput.emitNext(PushingAsyncDataInput.DataOutput<T> output)