protected static class JoinBolt.JoinInfo extends Object implements Serializable
Describes how to join the other stream with the current stream.
| Constructor and Description | 
|---|
JoinInfo(JoinBolt.FieldSelector field)  | 
JoinInfo(JoinBolt.FieldSelector field,
        String otherStream,
        JoinBolt.JoinInfo otherStreamJoinInfo,
        JoinBolt.JoinType joinType)  | 
| Modifier and Type | Method and Description | 
|---|---|
JoinBolt.FieldSelector | 
getJoinField()  | 
JoinBolt.JoinType | 
getJoinType()  | 
String[] | 
getOtherField()  | 
String | 
getOtherStream()  | 
public JoinInfo(JoinBolt.FieldSelector field)
public JoinInfo(JoinBolt.FieldSelector field, String otherStream, JoinBolt.JoinInfo otherStreamJoinInfo, JoinBolt.JoinType joinType)
public JoinBolt.FieldSelector getJoinField()
public String getOtherStream()
public String[] getOtherField()
public JoinBolt.JoinType getJoinType()
Copyright © 2022 The Apache Software Foundation. All rights reserved.