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.
  • Field Details

    • word

      public String word
    • count

      public long count
  • Constructor Details

    • WordWithCount

      public WordWithCount()
    • WordWithCount

      public WordWithCount(String word, long count)
  • Method Details