public enum SubApplicationColumn extends Enum<SubApplicationColumn> implements Column<SubApplicationTable>
SubApplicationTable
.Enum Constant and Description |
---|
CREATED_TIME
When the sub application was created.
|
FLOW_VERSION
The version of the flow that this sub application belongs to.
|
ID
Identifier for the sub application.
|
TYPE
The type of sub application.
|
Modifier and Type | Method and 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 SubApplicationColumn |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubApplicationColumn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubApplicationColumn ID
public static final SubApplicationColumn TYPE
public static final SubApplicationColumn CREATED_TIME
public static final SubApplicationColumn FLOW_VERSION
public static SubApplicationColumn[] values()
for (SubApplicationColumn c : SubApplicationColumn.values()) System.out.println(c);
public static SubApplicationColumn valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic byte[] getColumnQualifierBytes()
Column
getColumnQualifierBytes
in interface Column<SubApplicationTable>
public byte[] getColumnFamilyBytes()
Column
getColumnFamilyBytes
in interface Column<SubApplicationTable>
public ValueConverter getValueConverter()
Column
getValueConverter
in interface Column<SubApplicationTable>
ValueConverter
implementation.public Attribute[] getCombinedAttrsWithAggr(Attribute... attributes)
Column
getCombinedAttrsWithAggr
in interface Column<SubApplicationTable>
public boolean supplementCellTimestamp()
Column
supplementCellTimestamp
in interface Column<SubApplicationTable>
Copyright © 2022 Apache Software Foundation. All rights reserved.