T - type of input record.@Internal public interface HBaseMutationConverter<T> extends Serializable
Mutation.| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hbase.client.Mutation |
convertToMutation(T record)
Converts the input record into HBase
Mutation. |
void |
open()
Initialization method for the function.
|
void open()
org.apache.hadoop.hbase.client.Mutation convertToMutation(T record)
Mutation. A mutation can be a Put or
Delete.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.