Class TridentEsTopology
java.lang.Object
org.apache.storm.elasticsearch.trident.TridentEsTopology
A Trident topology example.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
A fixed batch spout. -
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
-