Package org.apache.hadoop.yarn.server.timelineservice.storage.common


@Private @Unstable package org.apache.hadoop.yarn.server.timelineservice.storage.common
Package org.apache.hadoop.yarn.server.timelineservice.storage.common contains a set of utility classes used across backend storage reader and writer.
  • Classes
    Class
    Description
    BaseTableRW<T extends org.apache.hadoop.yarn.server.timelineservice.storage.common.BaseTable<T>>
    Implements behavior common to tables used in the timeline service storage.
    A set of utility functions that read or read to a column.
    A bunch of utility functions used in HBase TimelineService backend.
    contains the constants used in the context of schema accesses for TimelineEntity information.
    TypedBufferedMutator<T extends org.apache.hadoop.yarn.server.timelineservice.storage.common.BaseTable<T>>
    To be used to wrap an actual BufferedMutator in a type safe manner.