Uses of Enum
org.apache.storm.bolt.JoinBolt.Selector
Packages that use JoinBolt.Selector
-
Uses of JoinBolt.Selector in org.apache.storm.bolt
Fields in org.apache.storm.bolt declared as JoinBolt.SelectorMethods in org.apache.storm.bolt that return JoinBolt.SelectorModifier and TypeMethodDescriptionstatic JoinBolt.Selector
Returns the enum constant of this type with the specified name.static JoinBolt.Selector[]
JoinBolt.Selector.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.storm.bolt with parameters of type JoinBolt.SelectorModifierConstructorDescriptionJoinBolt
(JoinBolt.Selector type, String srcOrStreamId, String fieldName) Introduces the first stream to start the join with.