Uses of Interface
org.apache.storm.StormSubmitter.ProgressListener
Packages that use StormSubmitter.ProgressListener
- 
Uses of StormSubmitter.ProgressListener in org.apache.stormMethods in org.apache.storm with parameters of type StormSubmitter.ProgressListenerModifier and TypeMethodDescriptionstatic StringStormSubmitter.submitJar(Map<String, Object> conf, String localJar, StormSubmitter.ProgressListener listener) Submit jar file.static StringStormSubmitter.submitJarAs(Map<String, Object> conf, String localJar, StormSubmitter.ProgressListener listener, String asUser) static StringStormSubmitter.submitJarAs(Map<String, Object> conf, String localJar, StormSubmitter.ProgressListener listener, NimbusClient client) static voidStormSubmitter.submitTopology(String name, Map<String, Object> topoConf, StormTopology topology, SubmitOptions opts, StormSubmitter.ProgressListener progressListener) Submits a topology to run on the cluster.static voidStormSubmitter.submitTopologyAs(String name, Map<String, Object> topoConf, StormTopology topology, SubmitOptions opts, StormSubmitter.ProgressListener progressListener, String asUser) Submits a topology to run on the cluster as a particular user.
- 
Uses of StormSubmitter.ProgressListener in org.apache.storm.sqlMethods in org.apache.storm.sql with parameters of type StormSubmitter.ProgressListenerModifier and TypeMethodDescriptionabstract voidStormSql.submit(String name, Iterable<String> statements, Map<String, Object> topoConf, SubmitOptions opts, StormSubmitter.ProgressListener progressListener, String asUser) Submit the SQL statements to Nimbus and run it as a topology.