com.google.cloud.bigtable.hbase.adapters
Interface ResponseAdapter<T,U extends Result>
-
- Type Parameters:
T
- The response type from BigtableU
- The HBase result type
- All Known Implementing Classes:
- FlatRowAdapter, RowAdapter
public interface ResponseAdapter<T,U extends Result>
An adapter for transforming a response from the Bigtable server to a HBase result.- Version:
- $Id: $Id
- Author:
- sduskis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description U
adaptResponse(T response)
Transform an Bigtable server response to an HBase Result instance.
-