java.lang.Object
org.apache.hadoop.yarn.server.timelineservice.storage.flow.Attribute

public class Attribute extends Object
Defines the attribute tuple to be set for puts into the FlowRunTable.
  • Constructor Details

    • Attribute

      public Attribute(String name, byte[] value)
  • Method Details

    • getName

      public String getName()
    • getValue

      public byte[] getValue()