Package org.apache.beam.sdk.io.kudu
Class TableAndRecord<T>
java.lang.Object
org.apache.beam.sdk.io.kudu.TableAndRecord<T>
- Type Parameters:
- T- The type of the record
A wrapper for a 
KuduTable and the TableAndRecord representing a typed record.- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
TableAndRecord
 
- 
- 
Method Details- 
getTablepublic org.apache.kudu.client.KuduTable getTable()
- 
getRecord
 
-