ApplicationColumnPrefix, AppToFlowColumnPrefix, EntityColumnPrefix, FlowActivityColumnPrefix, FlowRunColumnPrefix, SubApplicationColumnPrefixpublic interface ColumnPrefix<T extends BaseTable<T>>
| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
getColumnFamilyBytes() |
Returns column family name(as bytes) associated with this column prefix.
|
byte[] |
getColumnPrefixBytes(byte[] qualifierPrefix) |
|
byte[] |
getColumnPrefixBytes(java.lang.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(java.lang.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–2025 Apache Software Foundation. All rights reserved.