Uses of Class
org.apache.flink.runtime.io.network.api.StopMode
-
-
Uses of StopMode in org.apache.flink.runtime.io.network.api
Methods in org.apache.flink.runtime.io.network.api that return StopMode Modifier and Type Method Description StopModeEndOfData. getStopMode()static StopModeStopMode. valueOf(String name)Returns the enum constant of this type with the specified name.static StopMode[]StopMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.runtime.io.network.api with parameters of type StopMode Constructor Description EndOfData(StopMode mode) -
Uses of StopMode in org.apache.flink.runtime.io.network.api.writer
Methods in org.apache.flink.runtime.io.network.api.writer with parameters of type StopMode Modifier and Type Method Description voidResultPartitionWriter. notifyEndOfData(StopMode mode)Notifies the downstream tasks that thisResultPartitionWriterhave emitted all the user records. -
Uses of StopMode in org.apache.flink.runtime.io.network.partition
Methods in org.apache.flink.runtime.io.network.partition with parameters of type StopMode Modifier and Type Method Description voidBoundedBlockingResultPartition. notifyEndOfData(StopMode mode)voidPipelinedResultPartition. notifyEndOfData(StopMode mode)voidResultPartition. notifyEndOfData(StopMode mode)voidSortMergeResultPartition. notifyEndOfData(StopMode mode) -
Uses of StopMode in org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle
Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle with parameters of type StopMode Modifier and Type Method Description voidTieredResultPartition. notifyEndOfData(StopMode mode) -
Uses of StopMode in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators with parameters of type StopMode Modifier and Type Method Description CompletableFuture<Void>SourceOperator. stop(StopMode mode) -
Uses of StopMode in org.apache.flink.streaming.runtime.tasks
Methods in org.apache.flink.streaming.runtime.tasks with parameters of type StopMode Modifier and Type Method Description protected voidStreamTask. endData(StopMode mode)voidStreamOperatorWrapper. finish(StreamTaskActionExecutor actionExecutor, StopMode stopMode)Finishes the wrapped operator and propagates the finish operation to the next wrapper that theStreamOperatorWrapper.nextpoints to.voidFinishedOperatorChain. finishOperators(StreamTaskActionExecutor actionExecutor, StopMode stopMode)abstract voidOperatorChain. finishOperators(StreamTaskActionExecutor actionExecutor, StopMode stopMode)Closes all operators in a chain effect way.voidRegularOperatorChain. finishOperators(StreamTaskActionExecutor actionExecutor, StopMode stopMode)
-