java.lang.Object
org.apache.hadoop.yarn.server.timelineservice.storage.common.BaseTable<FlowActivityTable>
org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowActivityTable

public final class FlowActivityTable extends BaseTable<FlowActivityTable>
The flow activity table has column family info Stores the daily activity record for flows Useful as a quick lookup of what flows were running on a given day Example flow activity table record:
 |-------------------------------------------|
 |  Row key   | Column Family                |
 |            | info                         |
 |-------------------------------------------|
 | clusterId! | r!runid1:version1            |
 | inv Top of |                              |
 | Day!       | r!runid2:version7            |
 | userName!  |                              |
 | flowName   |                              |
 |-------------------------------------------|
 
  • Constructor Details

    • FlowActivityTable

      public FlowActivityTable()