Uses of Class
org.apache.flink.streaming.runtime.tasks.OperatorChain
-
Packages that use OperatorChain Package Description org.apache.flink.streaming.api.operators org.apache.flink.streaming.runtime.io org.apache.flink.streaming.runtime.tasks This package contains classes that realize streaming tasks. -
-
Uses of OperatorChain in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators with parameters of type OperatorChain Modifier and Type Method Description voidStreamSource. run(Object lockingObject, Output<StreamRecord<OUT>> collector, OperatorChain<?,?> operatorChain)Deprecated.voidStreamSource. run(Object lockingObject, OperatorChain<?,?> operatorChain)Deprecated. -
Uses of OperatorChain in org.apache.flink.streaming.runtime.io
Methods in org.apache.flink.streaming.runtime.io with parameters of type OperatorChain Modifier and Type Method Description static StreamMultipleInputProcessorStreamMultipleInputProcessorFactory. create(org.apache.flink.runtime.jobgraph.tasks.TaskInvokable ownerTask, CheckpointedInputGate[] checkpointedInputGates, StreamConfig.InputConfig[] configuredInputs, org.apache.flink.runtime.io.disk.iomanager.IOManager ioManager, org.apache.flink.runtime.memory.MemoryManager memoryManager, org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup ioMetricGroup, org.apache.flink.metrics.Counter mainOperatorRecordsIn, MultipleInputStreamOperator<?> mainOperator, WatermarkGauge[] inputWatermarkGauges, StreamConfig streamConfig, org.apache.flink.configuration.Configuration taskManagerConfig, org.apache.flink.configuration.Configuration jobConfig, org.apache.flink.api.common.ExecutionConfig executionConfig, ClassLoader userClassloader, OperatorChain<?,?> operatorChain, org.apache.flink.runtime.checkpoint.InflightDataRescalingDescriptor inflightDataRescalingDescriptor, java.util.function.Function<Integer,StreamPartitioner<?>> gatePartitioners, org.apache.flink.api.common.TaskInfo taskInfo, StreamTask.CanEmitBatchOfRecordsChecker canEmitBatchOfRecords)static <IN1,IN2>
StreamMultipleInputProcessorStreamTwoInputProcessorFactory. create(org.apache.flink.runtime.jobgraph.tasks.TaskInvokable ownerTask, CheckpointedInputGate[] checkpointedInputGates, org.apache.flink.runtime.io.disk.iomanager.IOManager ioManager, org.apache.flink.runtime.memory.MemoryManager memoryManager, org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup taskIOMetricGroup, TwoInputStreamOperator<IN1,IN2,?> streamOperator, WatermarkGauge input1WatermarkGauge, WatermarkGauge input2WatermarkGauge, OperatorChain<?,?> operatorChain, StreamConfig streamConfig, org.apache.flink.configuration.Configuration taskManagerConfig, org.apache.flink.configuration.Configuration jobConfig, org.apache.flink.api.common.ExecutionConfig executionConfig, ClassLoader userClassloader, org.apache.flink.metrics.Counter numRecordsIn, org.apache.flink.runtime.checkpoint.InflightDataRescalingDescriptor inflightDataRescalingDescriptor, java.util.function.Function<Integer,StreamPartitioner<?>> gatePartitioners, org.apache.flink.api.common.TaskInfo taskInfo, StreamTask.CanEmitBatchOfRecordsChecker canEmitBatchOfRecords) -
Uses of OperatorChain in org.apache.flink.streaming.runtime.tasks
Subclasses of OperatorChain in org.apache.flink.streaming.runtime.tasks Modifier and Type Class Description classFinishedOperatorChain<OUT,OP extends StreamOperator<OUT>>TheOperatorChainthat is used for restoring tasks that areTaskStateManager.isTaskDeployedAsFinished().classRegularOperatorChain<OUT,OP extends StreamOperator<OUT>>A regular non finished on restoreOperatorChain.Fields in org.apache.flink.streaming.runtime.tasks declared as OperatorChain Modifier and Type Field Description protected OperatorChain<OUT,OP>StreamTask. operatorChainThe chain of operators executed by this task.Methods in org.apache.flink.streaming.runtime.tasks with parameters of type OperatorChain Modifier and Type Method Description voidSubtaskCheckpointCoordinator. abortCheckpointOnBarrier(long checkpointId, org.apache.flink.runtime.checkpoint.CheckpointException cause, OperatorChain<?,?> operatorChain)voidSubtaskCheckpointCoordinator. checkpointState(org.apache.flink.runtime.checkpoint.CheckpointMetaData checkpointMetaData, org.apache.flink.runtime.checkpoint.CheckpointOptions checkpointOptions, org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder checkpointMetrics, OperatorChain<?,?> operatorChain, boolean isTaskFinished, java.util.function.Supplier<Boolean> isRunning)Must be called afterSubtaskCheckpointCoordinator.initInputsCheckpoint(long, CheckpointOptions).voidSubtaskCheckpointCoordinator. notifyCheckpointAborted(long checkpointId, OperatorChain<?,?> operatorChain, java.util.function.Supplier<Boolean> isRunning)Notified on the task side once a distributed checkpoint has been aborted.voidSubtaskCheckpointCoordinator. notifyCheckpointComplete(long checkpointId, OperatorChain<?,?> operatorChain, java.util.function.Supplier<Boolean> isRunning)Notified on the task side once a distributed checkpoint has been completed.voidSubtaskCheckpointCoordinator. notifyCheckpointSubsumed(long checkpointId, OperatorChain<?,?> operatorChain, java.util.function.Supplier<Boolean> isRunning)Notified on the task side once a distributed checkpoint has been subsumed.
-