Package org.apache.storm.bolt
Class JoinBolt.JoinInfo
java.lang.Object
org.apache.storm.bolt.JoinBolt.JoinInfo
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - JoinBolt
 
Describes how to join the other stream with the current stream.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionJoinInfo(JoinBolt.FieldSelector field) JoinInfo(JoinBolt.FieldSelector field, String otherStream, JoinBolt.JoinInfo otherStreamJoinInfo, JoinBolt.JoinType joinType)  - 
Method Summary
 
- 
Constructor Details
- 
JoinInfo
 - 
JoinInfo
public JoinInfo(JoinBolt.FieldSelector field, String otherStream, JoinBolt.JoinInfo otherStreamJoinInfo, JoinBolt.JoinType joinType)  
 - 
 - 
Method Details
- 
getJoinField
 - 
getOtherStream
 - 
getOtherField
 - 
getJoinType
 
 -