Class BaseTable<T>
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
The base type of tables.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BaseTable
public BaseTable()
-