java.io.Serializable, java.lang.Comparable<AppToFlowColumn>, Column<AppToFlowTable>public enum AppToFlowColumn extends java.lang.Enum<AppToFlowColumn> implements Column<AppToFlowTable>
AppToFlowTable.| Enum Constant | Description |
|---|---|
FLOW_ID |
The flow ID.
|
FLOW_RUN_ID |
The flow run ID.
|
USER_ID |
The user.
|
| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
getColumnFamilyBytes() |
Returns column family name(as bytes) associated with this column.
|
byte[] |
getColumnQualifierBytes() |
Get byte representation for this column qualifier.
|
Attribute[] |
getCombinedAttrsWithAggr(Attribute... attributes) |
Return attributed combined with aggregations, if any.
|
ValueConverter |
getValueConverter() |
Returns value converter implementation associated with this column.
|
boolean |
supplementCellTimestamp() |
Return true if the cell timestamp needs to be supplemented.
|
static AppToFlowColumn |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AppToFlowColumn[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppToFlowColumn FLOW_ID
public static final AppToFlowColumn FLOW_RUN_ID
public static final AppToFlowColumn USER_ID
public static AppToFlowColumn[] values()
for (AppToFlowColumn c : AppToFlowColumn.values()) System.out.println(c);
public static AppToFlowColumn 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 byte[] getColumnQualifierBytes()
ColumngetColumnQualifierBytes in interface Column<AppToFlowTable>public byte[] getColumnFamilyBytes()
ColumngetColumnFamilyBytes in interface Column<AppToFlowTable>public ValueConverter getValueConverter()
ColumngetValueConverter in interface Column<AppToFlowTable>ValueConverter implementation.public Attribute[] getCombinedAttrsWithAggr(Attribute... attributes)
ColumngetCombinedAttrsWithAggr in interface Column<AppToFlowTable>public boolean supplementCellTimestamp()
ColumnsupplementCellTimestamp in interface Column<AppToFlowTable>Copyright © 2008–2025 Apache Software Foundation. All rights reserved.