java.lang.Object
org.apache.hadoop.yarn.server.timelineservice.storage.common.BaseTable<T>
Type Parameters:
T - table type
Direct Known Subclasses:
ApplicationTable, AppToFlowTable, DomainTable, EntityTable, FlowActivityTable, FlowRunTable, SubApplicationTable

public abstract class BaseTable<T> extends Object
The base type of tables.
  • Constructor Details

    • BaseTable

      public BaseTable()