Uses of Class
org.apache.storm.generated.StateSpoutSpec
Packages that use StateSpoutSpec
-
Uses of StateSpoutSpec in org.apache.storm.generated
Methods in org.apache.storm.generated that return StateSpoutSpecMethods in org.apache.storm.generated that return types with arguments of type StateSpoutSpecMethods in org.apache.storm.generated with parameters of type StateSpoutSpecModifier and TypeMethodDescriptionint
StateSpoutSpec.compareTo
(StateSpoutSpec other) boolean
StateSpoutSpec.equals
(StateSpoutSpec that) void
StormTopology.put_to_state_spouts
(String key, StateSpoutSpec val) Method parameters in org.apache.storm.generated with type arguments of type StateSpoutSpecModifier and TypeMethodDescriptionvoid
StormTopology.set_state_spouts
(Map<String, StateSpoutSpec> state_spouts) Constructors in org.apache.storm.generated with parameters of type StateSpoutSpecModifierConstructorDescriptionStateSpoutSpec
(StateSpoutSpec other) Performs a deep copy on other.