Uses of Class
org.apache.flink.streaming.runtime.io.DataInputStatus
-
-
Uses of DataInputStatus in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return DataInputStatus Modifier and Type Method Description DataInputStatusSourceOperator. 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 DataInputStatus Modifier and Type Method Description DataInputStatusMultiInputSortingDataInput. emitNext(PushingAsyncDataInput.DataOutput<IN> output)DataInputStatusSortingDataInput. 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 DataInputStatus Modifier and Type Method Description DataInputStatusAbstractStreamTaskNetworkInput. emitNext(PushingAsyncDataInput.DataOutput<T> output)DataInputStatusPushingAsyncDataInput. 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.DataInputStatusStreamTaskExternallyInducedSourceInput. emitNext(PushingAsyncDataInput.DataOutput<T> output)DataInputStatusStreamTaskSourceInput. emitNext(PushingAsyncDataInput.DataOutput<T> output)protected DataInputStatusAbstractStreamTaskNetworkInput. processEvent(BufferOrEvent bufferOrEvent, PushingAsyncDataInput.DataOutput<T> output)DataInputStatusStreamInputProcessor. processInput()In case of two and more input processors this method must callInputSelectable.nextSelection()to choose which input to consume from next.DataInputStatusStreamMultipleInputProcessor. processInput()DataInputStatusStreamOneInputProcessor. processInput()DataInputStatusMultipleInputSelectionHandler. updateStatusAndSelection(DataInputStatus inputStatus, int inputIndex)static DataInputStatusDataInputStatus. valueOf(String name)Returns 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 DataInputStatus Modifier and Type Method Description DataInputStatusMultipleInputSelectionHandler. 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 DataInputStatus Modifier and Type Method Description protected 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 DataInputStatus Modifier and Type Method Description DataInputStatusStreamTaskFinishedOnRestoreSourceInput. emitNext(PushingAsyncDataInput.DataOutput<T> output)
-