Class StandaloneThreadedGenerator

java.lang.Object
org.apache.flink.streaming.examples.statemachine.generator.StandaloneThreadedGenerator
Direct Known Subclasses:
KafkaStandaloneGenerator

public class StandaloneThreadedGenerator extends Object
Base for standalone generators that use the state machine to create event sequences and push them for example into Kafka.
  • Constructor Details

    • StandaloneThreadedGenerator

      public StandaloneThreadedGenerator()
  • Method Details

    • runGenerator

      public static void runGenerator(org.apache.flink.util.Collector<Event>[] collectors) throws IOException
      Throws:
      IOException