public static class WindowJoinSampleData.GradeSource extends Object implements Iterator<Tuple2<String,Integer>>, Serializable
Constructor and Description |
---|
GradeSource() |
Modifier and Type | Method and Description |
---|---|
static DataStream<Tuple2<String,Integer>> |
getSource(StreamExecutionEnvironment env,
long rate) |
boolean |
hasNext() |
Tuple2<String,Integer> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
public static DataStream<Tuple2<String,Integer>> getSource(StreamExecutionEnvironment env, long rate)
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.