Uses of Enum
org.apache.flink.runtime.io.network.api.StopMode
Packages that use StopMode
Package
Description
-
Uses of StopMode in org.apache.flink.runtime.io.network.api
Methods in org.apache.flink.runtime.io.network.api that return StopModeModifier and TypeMethodDescriptionEndOfData.getStopMode()static StopModeReturns 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 -
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 StopModeModifier and TypeMethodDescriptionvoidResultPartitionWriter.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 StopModeModifier and TypeMethodDescriptionvoidBoundedBlockingResultPartition.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 -
Uses of StopMode in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators with parameters of type StopMode -
Uses of StopMode in org.apache.flink.streaming.runtime.tasks
Methods in org.apache.flink.streaming.runtime.tasks with parameters of type StopModeModifier and TypeMethodDescriptionprotected voidvoidStreamOperatorWrapper.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)