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