Uses of Enum Class
org.apache.storm.bolt.JoinBolt.JoinType
Packages that use JoinBolt.JoinType
-
Uses of JoinBolt.JoinType in org.apache.storm.bolt
Methods in org.apache.storm.bolt that return JoinBolt.JoinTypeModifier and TypeMethodDescriptionJoinBolt.JoinInfo.getJoinType()
static JoinBolt.JoinType
Returns the enum constant of this class with the specified name.static JoinBolt.JoinType[]
JoinBolt.JoinType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.storm.bolt with parameters of type JoinBolt.JoinTypeModifierConstructorDescriptionJoinInfo
(JoinBolt.FieldSelector field, String otherStream, JoinBolt.JoinInfo otherStreamJoinInfo, JoinBolt.JoinType joinType)