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

      • StandaloneThreadedGenerator

        public StandaloneThreadedGenerator()
    • Method Detail

      • runGenerator

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