Class StreamWords


  • public class StreamWords
    extends java.lang.Object
    Stream words into Ignite cache. To start the example, you should:
    • Constructor Summary

      Constructors 
      Constructor Description
      StreamWords()  
    • Method Summary

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

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

      • StreamWords

        public StreamWords()
    • Method Detail

      • main

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