Package | Description |
---|---|
org.apache.flink.storm.util | |
org.apache.flink.storm.wordcount.operators |
Modifier and Type | Class and Description |
---|---|
class |
FiniteFileSpout
Implements a Spout that reads data from a given local file.
|
class |
FiniteInMemorySpout
Implements a Spout that reads String[] data stored in memory.
|
class |
NullTerminatingSpout
NullTerminatingSpout in a finite spout (ie, implements FiniteSpout interface) that wraps an
infinite spout, and returns true in NullTerminatingSpout.reachedEnd() when the wrapped spout does not emit a tuple
in nextTuple() for the first time. |
Modifier and Type | Class and Description |
---|---|
class |
WordCountInMemorySpout
Implements a Spout that reads data from
WordCountData.WORDS . |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.