| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| TypedBufferedMutator<T> | BaseTableRW. getTableMutator(org.apache.hadoop.conf.Configuration hbaseConf,
               org.apache.hadoop.hbase.client.Connection conn)Used to create a type-safe mutator for this table. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | ColumnRWHelper. store(byte[] rowKey,
     TypedBufferedMutator<?> tableMutator,
     byte[] columnFamilyBytes,
     byte[] columnQualifier,
     Long timestamp,
     boolean supplementTs,
     Object inputValue,
     org.apache.hadoop.yarn.server.timelineservice.storage.common.ValueConverter converter,
     org.apache.hadoop.yarn.server.timelineservice.storage.flow.Attribute... attributes)Sends a Mutation to the table. | 
| static void | ColumnRWHelper. store(byte[] rowKey,
     TypedBufferedMutator<?> tableMutator,
     org.apache.hadoop.yarn.server.timelineservice.storage.common.Column<?> column,
     Long timestamp,
     Object inputValue,
     org.apache.hadoop.yarn.server.timelineservice.storage.flow.Attribute... attributes)Sends a Mutation to the table. | 
| static void | ColumnRWHelper. store(byte[] rowKey,
     TypedBufferedMutator<?> tableMutator,
     org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnPrefix<?> columnPrefix,
     byte[] qualifier,
     Long timestamp,
     Object inputValue,
     org.apache.hadoop.yarn.server.timelineservice.storage.flow.Attribute... attributes)Sends a Mutation to the table. | 
| static void | ColumnRWHelper. store(byte[] rowKey,
     TypedBufferedMutator<?> tableMutator,
     org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnPrefix<?> columnPrefix,
     String qualifier,
     Long timestamp,
     Object inputValue,
     org.apache.hadoop.yarn.server.timelineservice.storage.flow.Attribute... attributes)Sends a Mutation to the table. | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.