public interface RowAdapter<RowT>
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
RowAdapter.RowBuilder<RowT>
A SAX style row factory. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RowAdapter.RowBuilder<RowT> | 
createRowBuilder()
Creates a new instance of a  
RowAdapter.RowBuilder. | 
ByteString | 
getKey(RowT row)  | 
boolean | 
isScanMarkerRow(RowT row)
Checks if the given row is a special marker row. 
 | 
RowAdapter.RowBuilder<RowT> createRowBuilder()
RowAdapter.RowBuilder.boolean isScanMarkerRow(RowT row)
RowAdapter.RowBuilder for more informationByteString getKey(RowT row)
Copyright © 2019 Google LLC. All rights reserved.