T - The type of the recordpublic class TableAndRecord<T>
extends java.lang.Object
KuduTable and the T representing a typed record.| Constructor and Description | 
|---|
| TableAndRecord(org.apache.kudu.client.KuduTable table,
              T record) | 
| Modifier and Type | Method and Description | 
|---|---|
| T | getRecord() | 
| org.apache.kudu.client.KuduTable | getTable() |