Uses of Package
org.apache.flink.api.common.operators.base
-
Packages that use org.apache.flink.api.common.operators.base Package Description org.apache.flink.api.common.operators.base -
Classes in org.apache.flink.api.common.operators.base used by org.apache.flink.api.common.operators.base Class Description BulkIterationBase CrossOperatorBase.CrossHint The cross hint tells the system which sizes to expect from the data setsDeltaIterationBase A DeltaIteration is similar to aBulkIterationBase, but maintains state across the individual iteration steps.JoinOperatorBase JoinOperatorBase.JoinHint An enumeration of hints, optionally usable to tell the system how exactly execute the join.OuterJoinOperatorBase.OuterJoinType PartitionOperatorBase.PartitionMethod ReduceOperatorBase.CombineHint An enumeration of hints, optionally usable to tell the system exactly how to execute the combiner phase of a reduce.