Enum Class FlowRunColumnFamily

java.lang.Object
java.lang.Enum<FlowRunColumnFamily>
org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowRunColumnFamily
All Implemented Interfaces:
Serializable, Comparable<FlowRunColumnFamily>, Constable, ColumnFamily<FlowRunTable>

public enum FlowRunColumnFamily extends Enum<FlowRunColumnFamily> implements ColumnFamily<FlowRunTable>
Represents the flow run table column families.
  • Enum Constant Details

    • INFO

      public static final FlowRunColumnFamily INFO
      Info column family houses known columns, specifically ones included in columnfamily filters.
  • Method Details

    • values

      public static FlowRunColumnFamily[] 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 FlowRunColumnFamily 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
    • getBytes

      public byte[] getBytes()
      Description copied from interface: ColumnFamily
      Keep a local copy if you need to avoid overhead of repeated cloning.
      Specified by:
      getBytes in interface ColumnFamily<FlowRunTable>
      Returns:
      a clone of the byte representation of the column family.