Class PairValueJoiner<V1,V2>
java.lang.Object
org.apache.storm.streams.operations.PairValueJoiner<V1,V2>
- Type Parameters:
V1
- the type of the first valueV2
- the type of the second value
- All Implemented Interfaces:
Serializable
,Operation
,ValueJoiner<V1,
V2, Pair<V1, V2>>
A
ValueJoiner
that joins two values to produce a Pair
of the two values as the result.- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PairValueJoiner
public PairValueJoiner()
-
-
Method Details