public class PayloadSerializerKafkaTable extends BeamKafkaTable
numberOfRecordsForRateschema| Modifier and Type | Method and Description | 
|---|---|
protected PTransform<PCollection<KafkaRecord<byte[],byte[]>>,PCollection<Row>> | 
getPTransformForInput()  | 
protected PTransform<PCollection<Row>,PCollection<ProducerRecord<byte[],byte[]>>> | 
getPTransformForOutput()  | 
buildIOReader, buildIOWriter, createKafkaRead, getBootstrapServers, getTableStatistics, getTopics, isBounded, updateConsumerPropertiesgetSchemabuildIOReader, constructFilter, supportsProjectsprotected PTransform<PCollection<KafkaRecord<byte[],byte[]>>,PCollection<Row>> getPTransformForInput()
getPTransformForInput in class BeamKafkaTableprotected PTransform<PCollection<Row>,PCollection<ProducerRecord<byte[],byte[]>>> getPTransformForOutput()
getPTransformForOutput in class BeamKafkaTable