Uses of Class
org.apache.storm.generated.StreamInfo
Packages that use StreamInfo
Package
Description
-
Uses of StreamInfo in org.apache.storm
Methods in org.apache.storm that return StreamInfoModifier and TypeMethodDescriptionstatic StreamInfo
Thrift.directOutputFields
(List<String> fields) static StreamInfo
Thrift.outputFields
(List<String> fields) Method parameters in org.apache.storm with type arguments of type StreamInfoModifier and TypeMethodDescriptionstatic SpoutSpec
Thrift.prepareSerializedSpoutDetails
(IRichSpout spout, Map<String, StreamInfo> outputs) -
Uses of StreamInfo in org.apache.storm.clojure
Constructor parameters in org.apache.storm.clojure with type arguments of type StreamInfoModifierConstructorDescriptionClojureBolt
(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 org.apache.storm.generated
Methods in org.apache.storm.generated that return StreamInfoMethods in org.apache.storm.generated that return types with arguments of type StreamInfoMethods in org.apache.storm.generated with parameters of type StreamInfoModifier and TypeMethodDescriptionint
StreamInfo.compareTo
(StreamInfo other) boolean
StreamInfo.equals
(StreamInfo that) void
ComponentCommon.put_to_streams
(String key, StreamInfo val) Method parameters in org.apache.storm.generated with type arguments of type StreamInfoModifier and TypeMethodDescriptionvoid
ComponentCommon.set_streams
(Map<String, StreamInfo> streams) Constructors in org.apache.storm.generated with parameters of type StreamInfo -
Uses of StreamInfo in org.apache.storm.topology
Methods in org.apache.storm.topology that return types with arguments of type StreamInfo