Class DomainTable
java.lang.Object
org.apache.hadoop.yarn.server.timelineservice.storage.common.BaseTable<DomainTable>
org.apache.hadoop.yarn.server.timelineservice.storage.domain.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 Summary
Constructors -
Method Summary
-
Constructor Details
-
DomainTable
public DomainTable()
-