Uses of Class
org.apache.storm.trident.planner.SpoutNode.SpoutType
-
Packages that use SpoutNode.SpoutType Package Description org.apache.storm.trident.planner -
-
Uses of SpoutNode.SpoutType in org.apache.storm.trident.planner
Fields in org.apache.storm.trident.planner declared as SpoutNode.SpoutType Modifier and Type Field Description SpoutNode.SpoutType
SpoutNode. type
Methods in org.apache.storm.trident.planner that return SpoutNode.SpoutType Modifier and Type Method Description static SpoutNode.SpoutType
SpoutNode.SpoutType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpoutNode.SpoutType[]
SpoutNode.SpoutType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.storm.trident.planner with parameters of type SpoutNode.SpoutType Constructor Description SpoutNode(String streamId, Fields allOutputFields, String txid, Object spout, SpoutNode.SpoutType type)
-