| Package | Description | 
|---|---|
| org.apache.storm.bolt | 
| Modifier and Type | Field and Description | 
|---|---|
protected JoinBolt.Selector | 
JoinBolt.selectorType  | 
| Modifier and Type | Method and Description | 
|---|---|
static JoinBolt.Selector | 
JoinBolt.Selector.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static JoinBolt.Selector[] | 
JoinBolt.Selector.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
JoinBolt(JoinBolt.Selector type,
        String srcOrStreamId,
        String fieldName)
Introduces the first stream to start the join with. 
 | 
Copyright © 2019 The Apache Software Foundation. All rights reserved.