Class StreamWords
- java.lang.Object
-
- org.apache.ignite.examples.streaming.wordcount.StreamWords
-
public class StreamWords extends java.lang.ObjectStream words into Ignite cache. To start the example, you should:- Start a few nodes using
ExampleNodeStartup. - Start streaming using
StreamWords. - Start querying popular words using
QueryWords.
- Start a few nodes using
-
-
Constructor Summary
Constructors Constructor Description StreamWords()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Starts words streaming.
-