| Package | Description |
|---|---|
| org.apache.flink.api.common.operators.base |
| Class and Description |
|---|
| BulkIterationBase |
| CrossOperatorBase.CrossHint
The cross hint tells the system which sizes to expect from the data sets
|
| DeltaIterationBase
A DeltaIteration is similar to a
BulkIterationBase,
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.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.