Class 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 Detail

      • Runner

        public Runner()
    • Method Detail

      • run

        public void run​(String name,
                        Config config,
                        Builder builder)
        Runs the computation
        Parameters:
        name - The name of the topology
        config - Any config that is passed to the topology
        builder - The builder used to keep track of the sources.