java.lang.Object
org.apache.hadoop.yarn.server.timelineservice.storage.common.BaseTable<DomainTable>
org.apache.hadoop.yarn.server.timelineservice.storage.domain.DomainTable

public final class DomainTable extends BaseTable<DomainTable>
The domain table has column family info. Info stores information about a timeline domain object Example domain table record:
 |-------------------------------------------|
 |  Row       | Column Family                |
 |  key       | info                         |
 |-------------------------------------------|
 | clusterId! | created_time:1521676928000   |
 | domainI    | description: "domain         |
 |            | information for XYZ job"     |
 |            | owners: "user1, yarn"        |
 |            | readers:                     |
 |            | "user2,user33 yarn,group2"   |
 |            |                              |
 |-------------------------------------------|
 
  • Constructor Details

    • DomainTable

      public DomainTable()