Class WindowJoinSampleData.SalarySource
- java.lang.Object
-
- org.apache.flink.streaming.examples.join.WindowJoinSampleData.SalarySource
-
- All Implemented Interfaces:
Serializable,Iterator<org.apache.flink.api.java.tuple.Tuple2<String,Integer>>
- Enclosing class:
- WindowJoinSampleData
public static class WindowJoinSampleData.SalarySource extends Object implements Iterator<org.apache.flink.api.java.tuple.Tuple2<String,Integer>>, Serializable
Continuously generates (name, salary).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SalarySource()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.apache.flink.streaming.api.datastream.DataStream<org.apache.flink.api.java.tuple.Tuple2<String,Integer>>getSource(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment env, long rate)booleanhasNext()org.apache.flink.api.java.tuple.Tuple2<String,Integer>next()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-