Package org.apache.heron.streamlet
Class Runner
- java.lang.Object
-
- org.apache.heron.streamlet.Runner
-
public final class Runner extends Object
Runner is used to run a topology that is built by the builder. It exports a sole function called run that takes care of constructing the topology
-
-
Constructor Summary
Constructors Constructor Description Runner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(String name, Config config, Builder builder)
Runs the computation
-