T - The response type from BigtableU - The HBase result type@InternalApi(value="For internal usage only")
public interface ResponseAdapter<T,U extends org.apache.hadoop.hbase.client.Result>
For internal use only - public for technical reasons.
| Modifier and Type | Method and Description |
|---|---|
U |
adaptResponse(T response)
Transform an Bigtable server response to an HBase Result instance.
|