Uses of Class
org.apache.storm.streams.processors.JoinProcessor.JoinType
-
Packages that use JoinProcessor.JoinType Package Description org.apache.storm.streams.processors -
-
Uses of JoinProcessor.JoinType in org.apache.storm.streams.processors
Methods in org.apache.storm.streams.processors that return JoinProcessor.JoinType Modifier and Type Method Description static JoinProcessor.JoinType
JoinProcessor.JoinType. valueOf(String name)
Returns the enum constant of this type with the specified name.static JoinProcessor.JoinType[]
JoinProcessor.JoinType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.storm.streams.processors with parameters of type JoinProcessor.JoinType Constructor Description JoinProcessor(String leftStream, String rightStream, ValueJoiner<V1,V2,R> valueJoiner, JoinProcessor.JoinType leftType, JoinProcessor.JoinType rightType)
-