public class Twister2PiplineExecutionEnvironment
extends java.lang.Object
Constructor and Description |
---|
Twister2PiplineExecutionEnvironment(Twister2PipelineOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Execute all the task graphs.
|
java.util.Set<TSet> |
getLeaves() |
java.util.Map<java.lang.String,BatchTSet<?>> |
getSideInputs() |
void |
translate(Pipeline pipeline)
translate the pipline into Twister2 TSet graph.
|
public Twister2PiplineExecutionEnvironment(Twister2PipelineOptions options)
public void translate(Pipeline pipeline)
public void execute()
public java.util.Map<java.lang.String,BatchTSet<?>> getSideInputs()
public java.util.Set<TSet> getLeaves()