Package | Description |
---|---|
org.apache.flink.api.java | |
org.apache.flink.api.java.io | |
org.apache.flink.api.java.operators |
Class and Description |
---|
DataSet
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
The DeltaIteration represents the start of a delta iteration.
|
DeltaIteration.SolutionSetPlaceHolder
A
DataSet that acts as a placeholder for the solution set during the iteration. |
DeltaIteration.WorksetPlaceHolder
A
DataSet that acts as a placeholder for the workset during the iteration. |
ExecutionEnvironment
The ExecutionEnviroment is the context in which a program is executed.
|
IterativeDataSet
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. |
Class and Description |
---|
ExecutionEnvironment
The ExecutionEnviroment is the context in which a program is executed.
|
Class and Description |
---|
DataSet
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) .
|
ExecutionEnvironment
The ExecutionEnviroment is the context in which a program is executed.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.