T - type of input record.@Internal public interface HBaseMutationConverter<T> extends Serializable
Mutation.| 限定符和类型 | 方法和说明 |
|---|---|
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–2020 The Apache Software Foundation. All rights reserved.