public interface HBaseMapper extends Serializable
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)
ColumnList columns(Tuple tuple)
Copyright © 2023 The Apache Software Foundation. All rights reserved.