Uses of Enum Class
org.apache.storm.bolt.JoinBolt.Selector
-
Uses of JoinBolt.Selector in org.apache.storm.bolt
Modifier and TypeMethodDescriptionstatic JoinBolt.Selector
Returns the enum constant of this class with the specified name.static JoinBolt.Selector[]
JoinBolt.Selector.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionJoinBolt
(JoinBolt.Selector type, String srcOrStreamId, String fieldName) Introduces the first stream to start the join with.