Package org.apache.heron.simulator
Class SimulatorRunner
- java.lang.Object
-
- org.apache.heron.simulator.SimulatorRunner
-
public final class SimulatorRunner extends Object
SimulatorRunner is used to run a topology with Heron simulator.
-
-
Constructor Summary
Constructors Constructor Description SimulatorRunner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(String name, org.apache.heron.streamlet.Config config, org.apache.heron.streamlet.Builder builder)
Runs the computation
-
-
-
Method Detail
-
run
public void run(String name, org.apache.heron.streamlet.Config config, org.apache.heron.streamlet.Builder builder)
Runs the computation- Parameters:
name
- The name of the topologyconfig
- Any config that is passed to the topologybuilder
- The builder used to keep track of the sources.
-
-