Uses of Class
backtype.storm.generated.StreamInfo

Packages that use StreamInfo
backtype.storm.clojure   
backtype.storm.generated   
backtype.storm.topology   
 

Uses of StreamInfo in backtype.storm.clojure
 

Constructor parameters in backtype.storm.clojure with type arguments of type StreamInfo
ClojureBolt(List fnSpec, List confSpec, List<Object> params, Map<String,StreamInfo> fields)
           
ClojureSpout(List fnSpec, List confSpec, List<Object> params, Map<String,StreamInfo> fields)
           
RichShellBolt(String[] command, Map<String,StreamInfo> outputs)
           
RichShellSpout(String[] command, Map<String,StreamInfo> outputs)
           
 

Uses of StreamInfo in backtype.storm.generated
 

Methods in backtype.storm.generated that return StreamInfo
 StreamInfo StreamInfo.deepCopy()
           
 

Methods in backtype.storm.generated that return types with arguments of type StreamInfo
 Map<String,StreamInfo> ComponentCommon.get_streams()
           
 

Methods in backtype.storm.generated with parameters of type StreamInfo
 int StreamInfo.compareTo(StreamInfo other)
           
 boolean StreamInfo.equals(StreamInfo that)
           
 void ComponentCommon.put_to_streams(String key, StreamInfo val)
           
 

Method parameters in backtype.storm.generated with type arguments of type StreamInfo
 void ComponentCommon.set_streams(Map<String,StreamInfo> streams)
           
 

Constructors in backtype.storm.generated with parameters of type StreamInfo
StreamInfo(StreamInfo other)
          Performs a deep copy on other.
 

Constructor parameters in backtype.storm.generated with type arguments of type StreamInfo
ComponentCommon(Map<GlobalStreamId,Grouping> inputs, Map<String,StreamInfo> streams)
           
 

Uses of StreamInfo in backtype.storm.topology
 

Methods in backtype.storm.topology that return types with arguments of type StreamInfo
 Map<String,StreamInfo> OutputFieldsGetter.getFieldsDeclaration()
           
 



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