Uses of Package
org.apache.flink.runtime.operators
-
Classes in org.apache.flink.runtime.operators used by org.apache.flink.runtime.broadcast Class Description BatchTask The base class for all batch tasks. -
Classes in org.apache.flink.runtime.operators used by org.apache.flink.runtime.iterative.task Class Description BatchTask The base class for all batch tasks.TaskContext 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.operators Class Description AbstractCachedBuildSideJoinDriver AbstractOuterJoinDriver The abstract outer join driver implements the logic of an outer join operator at runtime.DamBehavior Enumeration for the different dam behaviors of an algorithm or a driver strategy.Driver The interface to be implemented by all drivers that run alone (or as the primary driver) in a task.DriverStrategy Enumeration of all available operator strategies.JoinDriver The join driver implements the logic of a join operator at runtime.ResettableDriver This interface marks aDriver
as resettable, meaning that will reset part of their internal state but otherwise reuse existing data structures.TaskContext 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.TempBarrier 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.util Class Description Driver The interface to be implemented by all drivers that run alone (or as the primary driver) in a task.DriverStrategy Enumeration of all available operator strategies.