Package org.apache.flink.test
Class StatefulStreamingJob
- java.lang.Object
-
- org.apache.flink.test.StatefulStreamingJob
-
public class StatefulStreamingJob extends Object
A simple stateful job that will be used to test avro state evolution and general state migration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StatefulStreamingJob.MySource
Stub source that emits one record per second.static class
StatefulStreamingJob.MyStatefulFunction
A statefulRichMapFunction
that keeps the required types of state.
-
Constructor Summary
Constructors Constructor Description StatefulStreamingJob()
-