public interface TridentHBaseMapper extends Serializable
Maps a org.apache.storm.trident.tuple.TridentTuple object to a row in an HBase table.
| Modifier and Type | Method and Description | 
|---|---|
ColumnList | 
columns(TridentTuple tuple)
Given a tuple, return a list of HBase columns to insert. 
 | 
byte[] | 
rowKey(TridentTuple tuple)
Given a tuple, return the HBase rowkey. 
 | 
byte[] rowKey(TridentTuple tuple)
Given a tuple, return the HBase rowkey.
tuple - ColumnList columns(TridentTuple tuple)
Given a tuple, return a list of HBase columns to insert.
tuple - Copyright © 2019 The Apache Software Foundation. All Rights Reserved.