Class | Description |
---|---|
BoltCounter |
Implements the word counter that counts the occurrence of each unique word.
|
BoltCounterByName |
Implements the word counter that counts the occurrence of each unique word.
|
BoltTokenizer |
Implements the string tokenizer that splits sentences into words as a bolt.
|
BoltTokenizerByName |
Implements the string tokenizer that splits sentences into words as a bolt.
|
WordCountDataPojos |
Input POJOs for WordCount programs.
|
WordCountDataPojos.Sentence |
Simple POJO containing a string.
|
WordCountDataTuple |
Input tuples for WordCount programs.
|
WordCountFileSpout |
Implements a Spout that reads data from a given local file.
|
WordCountInMemorySpout |
Implements a Spout that reads data from
WordCountData.WORDS . |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.