| Package | Description | 
|---|---|
| org.apache.storm.hbase.bolt | |
| org.apache.storm.hbase.bolt.mapper | |
| org.apache.storm.hbase.common | |
| org.apache.storm.hbase.trident.state | 
| Modifier and Type | Method and Description | 
|---|---|
HBaseLookupBolt | 
HBaseLookupBolt.withProjectionCriteria(HBaseProjectionCriteria projectionCriteria)  | 
| Modifier and Type | Method and Description | 
|---|---|
HBaseProjectionCriteria | 
HBaseProjectionCriteria.addColumn(HBaseProjectionCriteria.ColumnMetaData column)
Only this column from the the columnFamily will be included as result of HBase lookup. 
 | 
HBaseProjectionCriteria | 
HBaseProjectionCriteria.addColumnFamily(byte[] columnFamily)
all columns from this family will be included as result of HBase lookup. 
 | 
HBaseProjectionCriteria | 
HBaseProjectionCriteria.addColumnFamily(String columnFamily)
all columns from this family will be included as result of HBase lookup. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
org.apache.hadoop.hbase.client.Get | 
HBaseClient.constructGetRequests(byte[] rowKey,
                    HBaseProjectionCriteria projectionCriteria)  | 
| Modifier and Type | Method and Description | 
|---|---|
HBaseState.Options | 
HBaseState.Options.withProjectionCriteria(HBaseProjectionCriteria projectionCriteria)  | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.