Package org.apache.storm.flux.model
Class ExecutionContext
java.lang.Object
org.apache.storm.flux.model.ExecutionContext
Container for all the objects required to instantiate a topology.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addComponent
(String id, Object value) void
addSpout
(String id, IRichSpout spout) getComponent
(String id)
-
Constructor Details
-
ExecutionContext
-
-
Method Details
-
getTopologyDef
-
addSpout
-
addBolt
-
getBolt
-
addComponent
-
getComponent
-