java.io.Serializable, java.lang.Comparable<FlowRunColumnPrefix>, ColumnPrefix<FlowRunTable>public enum FlowRunColumnPrefix extends java.lang.Enum<FlowRunColumnPrefix> implements ColumnPrefix<FlowRunTable>
FlowRunTable.| Enum Constant | Description |
|---|---|
METRIC |
To store flow run info values.
|
| 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 FlowRunColumnPrefix |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static FlowRunColumnPrefix[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlowRunColumnPrefix METRIC
public static FlowRunColumnPrefix[] values()
for (FlowRunColumnPrefix c : FlowRunColumnPrefix.values()) System.out.println(c);
public static FlowRunColumnPrefix 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()
public byte[] getColumnPrefixBytes(byte[] qualifierPrefix)
getColumnPrefixBytes in interface ColumnPrefix<FlowRunTable>qualifierPrefix - Column qualifier or prefix of qualifier.public byte[] getColumnPrefixBytes(java.lang.String qualifierPrefix)
getColumnPrefixBytes in interface ColumnPrefix<FlowRunTable>qualifierPrefix - Column qualifier or prefix of qualifier.public byte[] getColumnFamilyBytes()
ColumnPrefixgetColumnFamilyBytes in interface ColumnPrefix<FlowRunTable>public byte[] getColumnPrefixInBytes()
ColumnPrefixgetColumnPrefixInBytes in interface ColumnPrefix<FlowRunTable>public Attribute[] getCombinedAttrsWithAggr(Attribute... attributes)
ColumnPrefixgetCombinedAttrsWithAggr in interface ColumnPrefix<FlowRunTable>public boolean supplementCellTimeStamp()
ColumnPrefixsupplementCellTimeStamp in interface ColumnPrefix<FlowRunTable>public AggregationOperation getAttribute()
public ValueConverter getValueConverter()
ColumnPrefixgetValueConverter in interface ColumnPrefix<FlowRunTable>ValueConverter implementation.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.