See: Description
| Interface | Description | 
|---|---|
| KuduIO.FormatFunction<T> | An interface used by the KuduIO Write to convert an input record into an Operation to apply as
 a mutation in Kudu. | 
| Class | Description | 
|---|---|
| KuduIO | A bounded source and sink for Kudu. | 
| KuduIO.Read<T> | Implementation of  KuduIO.read(). | 
| KuduIO.Write<T> | A  PTransformthat writes to Kudu. | 
| TableAndRecord<T> | A wrapper for a  KuduTableand theTrepresenting a typed record. | 
KuduIO