Interface | Description |
---|---|
IBatchBolt | |
ITerminalBolt |
Class | Description |
---|---|
AggregatorBolt |
A Bolt which collects the tuples, converts them into json,
and posts the json into the given http server.
|
BaseBatchBolt | |
Constants | |
IntegrationTestBolt | |
IntegrationTestSpout | |
LocalAggregatorBolt |
A Bolt which collects the strings it is sent into a buffer
and on terminal, writes the lines in the buffer to the local
file specificed by localFilePath
|
TestTopologyBuilder |