Package | Description |
---|---|
org.apache.storm.bolt |
Modifier and Type | Method and Description |
---|---|
JoinBolt.JoinType |
JoinBolt.JoinInfo.getJoinType() |
static JoinBolt.JoinType |
JoinBolt.JoinType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinBolt.JoinType[] |
JoinBolt.JoinType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
JoinInfo(JoinBolt.FieldSelector field,
String otherStream,
JoinBolt.JoinInfo otherStreamJoinInfo,
JoinBolt.JoinType joinType) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.