Class | Description |
---|---|
BulkIterationResultSet<T> | |
DataSet<T> |
A DataSet represents a collection of elements of the same type.
A DataSet can be transformed into another DataSet by applying a transformation as for example DataSet.map(org.apache.flink.api.common.functions.MapFunction) ,
DataSet.reduce(org.apache.flink.api.common.functions.ReduceFunction) ,
DataSet.join(DataSet) , or
DataSet.coGroup(DataSet) .
|
DeltaIteration<ST,WT> |
The DeltaIteration represents the start of a delta iteration.
|
DeltaIteration.SolutionSetPlaceHolder<ST> |
A
DataSet that acts as a placeholder for the solution set during the iteration. |
DeltaIteration.WorksetPlaceHolder<WT> |
A
DataSet that acts as a placeholder for the workset during the iteration. |
DeltaIterationResultSet<ST,WT> | |
ExecutionEnvironment |
The ExecutionEnviroment is the context in which a program is executed.
|
IterativeDataSet<T> |
The IterativeDataSet represents the start of an iteration.
|
LocalEnvironment |
An
ExecutionEnvironment that runs the program locally, multi-threaded, in the JVM where the
environment is instantiated. |
RemoteEnvironment |
An
ExecutionEnvironment that sends programs
to a cluster for execution. |
Copyright © 2014 The Apache Software Foundation. All rights reserved.