Uses of Interface
org.apache.storm.ILocalCluster.ILocalTopology
-
Packages that use ILocalCluster.ILocalTopology Package Description org.apache.storm -
-
Uses of ILocalCluster.ILocalTopology in org.apache.storm
Classes in org.apache.storm that implement ILocalCluster.ILocalTopology Modifier and Type Class Description class
LocalCluster.LocalTopology
When running a topology locally, for tests etc.Methods in org.apache.storm that return ILocalCluster.ILocalTopology Modifier and Type Method Description ILocalCluster.ILocalTopology
ILocalCluster. submitTopology(String topologyName, Map<String,Object> conf, StormTopology topology)
Submit a topology to be run in local mode.ILocalCluster.ILocalTopology
ILocalClusterTrackedTopologyAware. submitTopology(String topologyName, Map<String,Object> conf, TrackedTopology topology)
Submit a tracked topology to be run in local mode.ILocalCluster.ILocalTopology
ILocalCluster. submitTopologyWithOpts(String topologyName, Map<String,Object> conf, StormTopology topology, SubmitOptions submitOpts)
Submit a topology to be run in local mode.ILocalCluster.ILocalTopology
ILocalClusterTrackedTopologyAware. submitTopologyWithOpts(String topologyName, Map<String,Object> conf, TrackedTopology topology, SubmitOptions submitOpts)
Submit a tracked topology to be run in local mode.
-