Uses of Interface
org.apache.storm.ILocalCluster.ILocalTopology
-
Uses of ILocalCluster.ILocalTopology in org.apache.storm
Modifier and TypeClassDescriptionclass
When running a topology locally, for tests etc.Modifier and TypeMethodDescriptionILocalCluster.submitTopology
(String topologyName, Map<String, Object> conf, StormTopology topology) Submit a topology to be run in local mode.ILocalClusterTrackedTopologyAware.submitTopology
(String topologyName, Map<String, Object> conf, TrackedTopology topology) Submit a tracked topology to be run in local mode.ILocalCluster.submitTopologyWithOpts
(String topologyName, Map<String, Object> conf, StormTopology topology, SubmitOptions submitOpts) Submit a topology to be run in local mode.ILocalClusterTrackedTopologyAware.submitTopologyWithOpts
(String topologyName, Map<String, Object> conf, TrackedTopology topology, SubmitOptions submitOpts) Submit a tracked topology to be run in local mode.