Uses of Package
org.apache.flink.runtime.operators
Packages that use org.apache.flink.runtime.operators
Package
Description
-
Classes in org.apache.flink.runtime.operators used by org.apache.flink.runtime.broadcast
-
Classes in org.apache.flink.runtime.operators used by org.apache.flink.runtime.iterative.taskClassDescriptionThe base class for all batch tasks.The task context gives a driver (e.g.,
MapDriver, orJoinDriver) access to the runtime components and configuration that they can use to fulfil their task. -
Classes in org.apache.flink.runtime.operators used by org.apache.flink.runtime.operatorsClassDescriptionThe abstract outer join driver implements the logic of an outer join operator at runtime.Enumeration for the different dam behaviors of an algorithm or a driver strategy.The interface to be implemented by all drivers that run alone (or as the primary driver) in a task.Enumeration of all available operator strategies.The join driver implements the logic of a join operator at runtime.This interface marks a
Driveras resettable, meaning that will reset part of their internal state but otherwise reuse existing data structures.The task context gives a driver (e.g.,MapDriver, orJoinDriver) access to the runtime components and configuration that they can use to fulfil their task.This class facilitates JVM-local exchange between stages of a batch job. -
Classes in org.apache.flink.runtime.operators used by org.apache.flink.runtime.operators.utilClassDescriptionThe interface to be implemented by all drivers that run alone (or as the primary driver) in a task.Enumeration of all available operator strategies.