Uses of Class
org.apache.hadoop.yarn.server.timelineservice.storage.common.BaseTableRW
Packages that use BaseTableRW
Package
Description
Package org.apache.hadoop.yarn.server.timelineservice.storage.application
contains classes related to implementation for application table.
Package org.apache.hadoop.yarn.server.timelineservice.storage.apptoflow
contains classes related to implementation for app to flow table.
Package org.apache.hadoop.yarn.server.timelineservice.storage.domain contains
a set of classes used for the domain table.
Package org.apache.hadoop.yarn.server.timelineservice.storage.entity
contains classes related to implementation for entity table.
Package org.apache.hadoop.yarn.server.timelineservice.storage.flow
contains classes related to implementation for flow related tables, viz. flow
run table and flow activity table.
Package org.apache.hadoop.yarn.server.timelineservice.storage.reader
contains classes used to read entities from backend based on query type.
Package org.apache.hadoop.yarn.server.timelineservice.storage.subapplication
contains classes related to implementation for subapplication table.
-
Uses of BaseTableRW in org.apache.hadoop.yarn.server.timelineservice.storage.application
Modifier and TypeClassDescriptionclassCreate, read and write to the Application Table. -
Uses of BaseTableRW in org.apache.hadoop.yarn.server.timelineservice.storage.apptoflow
Modifier and TypeClassDescriptionclassCreate, read and write to the AppToFlow Table. -
Uses of BaseTableRW in org.apache.hadoop.yarn.server.timelineservice.storage.domain
Subclasses of BaseTableRW in org.apache.hadoop.yarn.server.timelineservice.storage.domain -
Uses of BaseTableRW in org.apache.hadoop.yarn.server.timelineservice.storage.entity
Subclasses of BaseTableRW in org.apache.hadoop.yarn.server.timelineservice.storage.entity -
Uses of BaseTableRW in org.apache.hadoop.yarn.server.timelineservice.storage.flow
Subclasses of BaseTableRW in org.apache.hadoop.yarn.server.timelineservice.storage.flowModifier and TypeClassDescriptionclassCreate, read and write to the FlowActivity Table.classCreate, read and write to the FlowRun table. -
Uses of BaseTableRW in org.apache.hadoop.yarn.server.timelineservice.storage.reader
Methods in org.apache.hadoop.yarn.server.timelineservice.storage.reader that return BaseTableRWModifier and TypeMethodDescriptionprotected BaseTableRW<?>TimelineEntityReader.getTable()Returns the main table to be used by the entity reader.Methods in org.apache.hadoop.yarn.server.timelineservice.storage.reader with parameters of type BaseTableRWModifier and TypeMethodDescriptionprotected voidTimelineEntityReader.setTable(BaseTableRW<?> baseTable) -
Uses of BaseTableRW in org.apache.hadoop.yarn.server.timelineservice.storage.subapplication
Modifier and TypeClassDescriptionclassCreate, read and write to the SubApplication table.