java.io.Serializable, java.lang.Comparable<FlowRunColumn>, Column<FlowRunTable>public enum FlowRunColumn extends java.lang.Enum<FlowRunColumn> implements Column<FlowRunTable>
FlowRunTable.| Enum Constant | Description |
|---|---|
FLOW_VERSION |
The version of the flow that this flow belongs to.
|
MAX_END_TIME |
When the flow ended.
|
MIN_START_TIME |
When the flow was started.
|
| Modifier and Type | Method | Description |
|---|---|---|
AggregationOperation |
getAggregationOperation() |
|
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 FlowRunColumn |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static FlowRunColumn[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlowRunColumn MIN_START_TIME
public static final FlowRunColumn MAX_END_TIME
public static final FlowRunColumn FLOW_VERSION
public static FlowRunColumn[] values()
for (FlowRunColumn c : FlowRunColumn.values()) System.out.println(c);
public static FlowRunColumn 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<FlowRunTable>public byte[] getColumnFamilyBytes()
ColumngetColumnFamilyBytes in interface Column<FlowRunTable>public AggregationOperation getAggregationOperation()
public ValueConverter getValueConverter()
ColumngetValueConverter in interface Column<FlowRunTable>ValueConverter implementation.public Attribute[] getCombinedAttrsWithAggr(Attribute... attributes)
ColumngetCombinedAttrsWithAggr in interface Column<FlowRunTable>public boolean supplementCellTimestamp()
ColumnsupplementCellTimestamp in interface Column<FlowRunTable>Copyright © 2008–2025 Apache Software Foundation. All rights reserved.