public class FlatRowAdapter extends Object implements ResponseAdapter<FlatRow,Result>
Constructor and Description |
---|
FlatRowAdapter() |
Modifier and Type | Method and Description |
---|---|
Result |
adaptResponse(FlatRow flatRow)
Transform an Bigtable server response to an HBase Result instance.
|
FlatRow |
adaptToRow(Result result)
|
public Result adaptResponse(FlatRow flatRow)
adaptResponse
in interface ResponseAdapter<FlatRow,Result>
flatRow
- The Bigtable response to transform.