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.
ColumnList columns(Tuple tuple)
Given a tuple, return a list of HBase columns to insert.
Copyright © 2022 The Apache Software Foundation. All rights reserved.