public interface ColumnPrefix<T extends BaseTable<T>>
| Modifier and Type | Method and Description | 
|---|---|
| byte[] | getColumnFamilyBytes()Returns column family name(as bytes) associated with this column prefix. | 
| byte[] | getColumnPrefixBytes(byte[] qualifierPrefix) | 
| byte[] | getColumnPrefixBytes(String qualifierPrefix) | 
| byte[] | getColumnPrefixInBytes()Get the column prefix in bytes. | 
| Attribute[] | getCombinedAttrsWithAggr(Attribute... attributes)Return attributed combined with aggregations, if any. | 
| ValueConverter | getValueConverter()Returns value converter implementation associated with this column prefix. | 
| boolean | supplementCellTimeStamp()Return true if the cell timestamp needs to be supplemented. | 
byte[] getColumnPrefixBytes(String qualifierPrefix)
qualifierPrefix - Column qualifier or prefix of qualifier.byte[] getColumnPrefixBytes(byte[] qualifierPrefix)
qualifierPrefix - Column qualifier or prefix of qualifier.byte[] getColumnPrefixInBytes()
byte[] getColumnFamilyBytes()
ValueConverter getValueConverter()
ValueConverter implementation.Attribute[] getCombinedAttrsWithAggr(Attribute... attributes)
boolean supplementCellTimeStamp()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.