Class QueryWords


  • public class QueryWords
    extends java.lang.Object
    Periodically query popular numbers from the streaming cache. To start the example, you should:
    • Constructor Summary

      Constructors 
      Constructor Description
      QueryWords()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Schedules words query execution.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • QueryWords

        public QueryWords()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Schedules words query execution.
        Parameters:
        args - Command line arguments (none required).
        Throws:
        java.lang.Exception - If failed.