Class EsIndexTopology
java.lang.Object
org.apache.storm.elasticsearch.bolt.EsIndexTopology
Demonstrates an ElasticSearch Storm topology.
-
Nested Class Summary
-
Method Summary
-
Method Details
-
main
public static void main(String[] args) throws AlreadyAliveException, InvalidTopologyException, AuthorizationException The example's main method.- Parameters:
args
- the command line arguments- Throws:
AlreadyAliveException
- if the topology is already startedInvalidTopologyException
- if the topology is invalidAuthorizationException
- if the topology authorization fails
-