| Package | Description |
|---|---|
| org.apache.flink.storm.util | |
| org.apache.flink.storm.wordcount.operators |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSpout
Implements a Spout that reads data from a given local file.
|
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 |
InMemorySpout<T>
Implements a Spout that reads data stored in memory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WordCountFileSpout
Implements a Spout that reads data from a given local file.
|
class |
WordCountInMemorySpout
Implements a Spout that reads data from
WordCountData.WORDS. |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.