public class BeamKafkaJsonTable extends BeamKafkaTable
numberOfRecordsForRateschema| Constructor and Description |
|---|
BeamKafkaJsonTable(Schema beamSchema,
java.lang.String bootstrapServers,
java.util.List<java.lang.String> topics) |
| Modifier and Type | Method and Description |
|---|---|
PTransform<PCollection<KV<byte[],byte[]>>,PCollection<Row>> |
getPTransformForInput() |
PTransform<PCollection<Row>,PCollection<KV<byte[],byte[]>>> |
getPTransformForOutput() |
buildIOReader, buildIOWriter, getBootstrapServers, getTableStatistics, getTopics, isBounded, updateConsumerPropertiesgetSchemabuildIOReader, constructFilter, supportsProjectspublic BeamKafkaJsonTable(Schema beamSchema, java.lang.String bootstrapServers, java.util.List<java.lang.String> topics)
public PTransform<PCollection<KV<byte[],byte[]>>,PCollection<Row>> getPTransformForInput()
getPTransformForInput in class BeamKafkaTablepublic PTransform<PCollection<Row>,PCollection<KV<byte[],byte[]>>> getPTransformForOutput()
getPTransformForOutput in class BeamKafkaTable