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>

public enum AppToFlowColumn extends Enum<AppToFlowColumn> implements Column<AppToFlowTable>
Identifies fully qualified columns for the AppToFlowTable.
  • Enum Constant Details

  • Method Details

    • values

      public static AppToFlowColumn[] 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

      public static AppToFlowColumn valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getColumnQualifierBytes

      public byte[] getColumnQualifierBytes()
      Description copied from interface: Column
      Get byte representation for this column qualifier.
      Specified by:
      getColumnQualifierBytes in interface Column<AppToFlowTable>
      Returns:
      a byte array representing column qualifier.
    • getColumnFamilyBytes

      public byte[] getColumnFamilyBytes()
      Description copied from interface: Column
      Returns column family name(as bytes) associated with this column.
      Specified by:
      getColumnFamilyBytes in interface Column<AppToFlowTable>
      Returns:
      a byte array encoding column family for this column qualifier.
    • getValueConverter

      public ValueConverter getValueConverter()
      Description copied from interface: Column
      Returns value converter implementation associated with this column.
      Specified by:
      getValueConverter in interface Column<AppToFlowTable>
      Returns:
      a ValueConverter implementation.
    • getCombinedAttrsWithAggr

      public Attribute[] getCombinedAttrsWithAggr(Attribute... attributes)
      Description copied from interface: Column
      Return attributed combined with aggregations, if any.
      Specified by:
      getCombinedAttrsWithAggr in interface Column<AppToFlowTable>
      Returns:
      an array of Attributes
    • supplementCellTimestamp

      public boolean supplementCellTimestamp()
      Description copied from interface: Column
      Return true if the cell timestamp needs to be supplemented.
      Specified by:
      supplementCellTimestamp in interface Column<AppToFlowTable>
      Returns:
      true if the cell timestamp needs to be supplemented