public enum FlowActivityColumnPrefix extends Enum<FlowActivityColumnPrefix> implements ColumnPrefix<FlowActivityTable>
FlowActivityTable.| Enum Constant and Description | 
|---|
| RUN_IDTo store run ids of the flows. | 
| Modifier and Type | Method and Description | 
|---|---|
| AggregationOperation | getAttribute() | 
| byte[] | getColumnFamilyBytes()Returns column family name(as bytes) associated with this column prefix. | 
| String | getColumnPrefix() | 
| byte[] | getColumnPrefixBytes() | 
| 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. | 
| static FlowActivityColumnPrefix | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static FlowActivityColumnPrefix[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final FlowActivityColumnPrefix RUN_ID
public static FlowActivityColumnPrefix[] values()
for (FlowActivityColumnPrefix c : FlowActivityColumnPrefix.values()) System.out.println(c);
public static FlowActivityColumnPrefix valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getColumnPrefix()
public byte[] getColumnPrefixBytes(byte[] qualifierPrefix)
getColumnPrefixBytes in interface ColumnPrefix<FlowActivityTable>qualifierPrefix - Column qualifier or prefix of qualifier.public byte[] getColumnPrefixBytes(String qualifierPrefix)
getColumnPrefixBytes in interface ColumnPrefix<FlowActivityTable>qualifierPrefix - Column qualifier or prefix of qualifier.public byte[] getColumnPrefixBytes()
public byte[] getColumnFamilyBytes()
ColumnPrefixgetColumnFamilyBytes in interface ColumnPrefix<FlowActivityTable>public byte[] getColumnPrefixInBytes()
ColumnPrefixgetColumnPrefixInBytes in interface ColumnPrefix<FlowActivityTable>public ValueConverter getValueConverter()
ColumnPrefixgetValueConverter in interface ColumnPrefix<FlowActivityTable>ValueConverter implementation.public Attribute[] getCombinedAttrsWithAggr(Attribute... attributes)
ColumnPrefixgetCombinedAttrsWithAggr in interface ColumnPrefix<FlowActivityTable>public boolean supplementCellTimeStamp()
ColumnPrefixsupplementCellTimeStamp in interface ColumnPrefix<FlowActivityTable>public AggregationOperation getAttribute()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.