public interface TridentHBaseMapMapper extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
String | 
qualifier(List<Object> keys)
Given a tuple’s grouped key list, return the HBase qualifier. 
 | 
byte[] | 
rowKey(List<Object> keys)
Given a tuple’s grouped key list, return the HBase rowkey. 
 | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.