T
- The HBase operation typeU
- The Google Cloud Java Bigtable Model type.@InternalApi(value="For internal usage only")
public interface OperationAdapter<T extends org.apache.hadoop.hbase.client.Row,U>
For internal use only - public for technical reasons.
Modifier and Type | Method and Description |
---|---|
void |
adapt(T operation,
U u)
Adapt a single HBase Operation to a single Bigtable generated message.
|