Class StandaloneThreadedGenerator
java.lang.Object
org.apache.flink.streaming.examples.statemachine.generator.StandaloneThreadedGenerator
- Direct Known Subclasses:
KafkaStandaloneGenerator
Base for standalone generators that use the state machine to create event sequences and push them
for example into Kafka.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidrunGenerator(org.apache.flink.util.Collector<Event>[] collectors)
-
Constructor Details
-
StandaloneThreadedGenerator
public StandaloneThreadedGenerator()
-
-
Method Details
-
runGenerator
public static void runGenerator(org.apache.flink.util.Collector<Event>[] collectors) throws IOException - Throws:
IOException
-