| Interface | Description |
|---|---|
| BoltDeclarer |
BoltDeclarer includes grouping APIs for storm topology.
|
| ComponentConfigurationDeclarer<T extends ComponentConfigurationDeclarer> | |
| IBasicBolt | |
| IBasicOutputCollector | |
| IComponent |
Common methods for all possible components in a topology.
|
| InputDeclarer<T extends InputDeclarer> | |
| IRichBolt |
When writing topologies using Java,
IRichBolt and IRichSpout are the main interfaces
to use to implement components of the topology. |
| IRichSpout |
When writing topologies using Java,
IRichBolt and IRichSpout are the main interfaces
to use to implement components of the topology. |
| IRichStateSpout | |
| OutputFieldsDeclarer | |
| SpoutDeclarer |
| Class | Description |
|---|---|
| BaseConfigurationDeclarer<T extends ComponentConfigurationDeclarer> | |
| BasicBoltExecutor | |
| BasicOutputCollector | |
| OutputFieldsGetter | |
| TopologyBuilder |
TopologyBuilder exposes the Java API for specifying a topology for Storm
to execute.
|
| Exception | Description |
|---|---|
| FailedException | |
| ReportedFailedException |
Copyright © 2015. All rights reserved.