public interface HBaseValueMapper extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
declareOutputFields(OutputFieldsDeclarer declarer)
declares the output fields for the lookup bolt.
|
List<Values> |
toValues(ITuple input,
org.apache.hadoop.hbase.client.Result result)
Map to values.
|
List<Values> toValues(ITuple input, org.apache.hadoop.hbase.client.Result result) throws Exception
Map to values.
input
- tupleresult
- HBase lookup result instanceException
void declareOutputFields(OutputFieldsDeclarer declarer)
declares the output fields for the lookup bolt.
Copyright © 2022 The Apache Software Foundation. All rights reserved.