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