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 Summary
Constructors -
Method Summary
-
Constructor Details
-
TableAndRecord
-
-
Method Details
-
getTable
public org.apache.kudu.client.KuduTable getTable() -
getRecord
-