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