| Interface | Description |
|---|---|
| OutputFormatter |
| Class | Description |
|---|---|
| AbstractBoltSink |
Implements a sink that write the received data so some external output.
|
| AbstractLineSpout |
Base class for Spouts that read data line by line from an arbitrary source.
|
| BoltFileSink |
Implements a sink that write the received data to the given file (as a result of
Object.toString() for each
attribute). |
| BoltPrintSink |
Implements a sink that prints the received data to
stdout. |
| FileSpout |
Implements a Spout that reads data from a given local file.
|
| FiniteFileSpout |
Implements a Spout that reads data from a given local file.
|
| FiniteInMemorySpout |
Implements a Spout that reads String[] data stored in memory.
|
| InMemorySpout<T> |
Implements a Spout that reads data stored in memory.
|
| SimpleOutputFormatter | |
| TupleOutputFormatter |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.