Uses of Class
org.apache.hadoop.yarn.server.timelineservice.storage.common.TypedBufferedMutator
Packages that use TypedBufferedMutator
Package
Description
Package org.apache.hadoop.yarn.server.timelineservice.storage.common contains
a set of utility classes used across backend storage reader and writer.
-
Uses of TypedBufferedMutator in org.apache.hadoop.yarn.server.timelineservice.storage.common
Methods in org.apache.hadoop.yarn.server.timelineservice.storage.common that return TypedBufferedMutatorModifier and TypeMethodDescriptionBaseTableRW.getTableMutator(org.apache.hadoop.conf.Configuration hbaseConf, org.apache.hadoop.hbase.client.Connection conn) Used to create a type-safe mutator for this table.Methods in org.apache.hadoop.yarn.server.timelineservice.storage.common with parameters of type TypedBufferedMutatorModifier and TypeMethodDescriptionstatic voidColumnRWHelper.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 voidColumnRWHelper.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 voidColumnRWHelper.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 voidColumnRWHelper.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.