Enum Class AppToFlowColumn
java.lang.Object
java.lang.Enum<AppToFlowColumn>
org.apache.hadoop.yarn.server.timelineservice.storage.apptoflow.AppToFlowColumn
- All Implemented Interfaces:
Serializable,Comparable<AppToFlowColumn>,Constable,Column<AppToFlowTable>
Identifies fully qualified columns for the
AppToFlowTable.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Returns column family name(as bytes) associated with this column.byte[]Get byte representation for this column qualifier.getCombinedAttrsWithAggr(Attribute... attributes) Return attributed combined with aggregations, if any.Returns value converter implementation associated with this column.booleanReturn true if the cell timestamp needs to be supplemented.static AppToFlowColumnReturns the enum constant of this class with the specified name.static AppToFlowColumn[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FLOW_ID
The flow ID. -
FLOW_RUN_ID
The flow run ID. -
USER_ID
The user.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getColumnQualifierBytes
public byte[] getColumnQualifierBytes()Description copied from interface:ColumnGet byte representation for this column qualifier.- Specified by:
getColumnQualifierBytesin interfaceColumn<AppToFlowTable>- Returns:
- a byte array representing column qualifier.
-
getColumnFamilyBytes
public byte[] getColumnFamilyBytes()Description copied from interface:ColumnReturns column family name(as bytes) associated with this column.- Specified by:
getColumnFamilyBytesin interfaceColumn<AppToFlowTable>- Returns:
- a byte array encoding column family for this column qualifier.
-
getValueConverter
Description copied from interface:ColumnReturns value converter implementation associated with this column.- Specified by:
getValueConverterin interfaceColumn<AppToFlowTable>- Returns:
- a
ValueConverterimplementation.
-
getCombinedAttrsWithAggr
Description copied from interface:ColumnReturn attributed combined with aggregations, if any.- Specified by:
getCombinedAttrsWithAggrin interfaceColumn<AppToFlowTable>- Returns:
- an array of Attributes
-
supplementCellTimestamp
public boolean supplementCellTimestamp()Description copied from interface:ColumnReturn true if the cell timestamp needs to be supplemented.- Specified by:
supplementCellTimestampin interfaceColumn<AppToFlowTable>- Returns:
- true if the cell timestamp needs to be supplemented
-