Class DataSourceTask<OT>

java.lang.Object
org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
org.apache.flink.runtime.operators.DataSourceTask<OT>
All Implemented Interfaces:
CheckpointableTask, CoordinatedTask, TaskInvokable

public class DataSourceTask<OT> extends AbstractInvokable
DataSourceTask which is executed by a task manager. The task reads data and uses an InputFormat to create records from the input.
See Also:
  • InputFormat
  • Constructor Details

    • DataSourceTask

      public DataSourceTask(Environment environment)
      Create an Invokable task and set its environment.
      Parameters:
      environment - The environment assigned to this invokable.
  • Method Details