Class QueryWords
- java.lang.Object
-
- org.apache.ignite.examples.streaming.wordcount.QueryWords
-
public class QueryWords extends java.lang.ObjectPeriodically query popular numbers from the streaming 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 QueryWords()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Schedules words query execution.
-