Uses of Interface
backtype.storm.StormSubmitter.ProgressListener

Packages that use StormSubmitter.ProgressListener
backtype.storm   
 

Uses of StormSubmitter.ProgressListener in backtype.storm
 

Methods in backtype.storm with parameters of type StormSubmitter.ProgressListener
static String StormSubmitter.submitJar(Map conf, String localJar, StormSubmitter.ProgressListener listener)
          Submit jar file
static void StormSubmitter.submitTopology(String name, Map stormConf, StormTopology topology, SubmitOptions opts, StormSubmitter.ProgressListener progressListener)
          Submits a topology to run on the cluster.
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.