| Package | Description |
|---|---|
| org.apache.flink.api.common.io | |
| org.apache.flink.api.common.operators.base |
| Class and Description |
|---|
| FileDataSinkBase
Operator for nodes which act as data sinks, storing the data they receive in a file instead of sending it to another
contract.
|
| FileDataSourceBase
Operator for input nodes which read data from files.
|
| 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 |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.