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 Summary
Constructors Constructor Description StandaloneThreadedGenerator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidrunGenerator(org.apache.flink.util.Collector<Event>[] collectors)
-
-
-
Method Detail
-
runGenerator
public static void runGenerator(org.apache.flink.util.Collector<Event>[] collectors) throws IOException
- Throws:
IOException
-
-