Class SocketWindowWordCount.WordWithCount
- java.lang.Object
-
- org.apache.flink.streaming.examples.socket.SocketWindowWordCount.WordWithCount
-
- Enclosing class:
- SocketWindowWordCount
public static class SocketWindowWordCount.WordWithCount extends Object
Data type for words with count.
-
-
Constructor Summary
Constructors Constructor Description WordWithCount()WordWithCount(String word, long count)
-