java.io.Serializable, java.lang.Comparable<FlowActivityColumnPrefix>, ColumnPrefix<FlowActivityTable>public enum FlowActivityColumnPrefix extends java.lang.Enum<FlowActivityColumnPrefix> implements ColumnPrefix<FlowActivityTable>
FlowActivityTable.| Enum Constant | Description |
|---|---|
RUN_ID |
To store run ids of the flows.
|
| Modifier and Type | Method | Description |
|---|---|---|
AggregationOperation |
getAttribute() |
|
byte[] |
getColumnFamilyBytes() |
Returns column family name(as bytes) associated with this column prefix.
|
java.lang.String |
getColumnPrefix() |
|
byte[] |
getColumnPrefixBytes() |
|
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.
|
static FlowActivityColumnPrefix |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getColumnPrefix()
public byte[] getColumnPrefixBytes(byte[] qualifierPrefix)
getColumnPrefixBytes in interface ColumnPrefix<FlowActivityTable>qualifierPrefix - Column qualifier or prefix of qualifier.public byte[] getColumnPrefixBytes(java.lang.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–2025 Apache Software Foundation. All rights reserved.