| Class and Description |
|---|
| org.apache.flink.streaming.connectors.kafka.Kafka011AvroTableSource
Use the
Kafka descriptor together
with descriptors for schema and format instead. Descriptors allow for
implementation-agnostic definition of tables. See also
TableEnvironment.connect(ConnectorDescriptor). |
| org.apache.flink.streaming.connectors.kafka.Kafka011AvroTableSource.Builder
Use the
Kafka descriptor together
with descriptors for schema and format instead. Descriptors allow for
implementation-agnostic definition of tables. See also
TableEnvironment.connect(ConnectorDescriptor). |
| org.apache.flink.streaming.connectors.kafka.Kafka011JsonTableSource
Use the
Kafka descriptor together
with descriptors for schema and format instead. Descriptors allow for
implementation-agnostic definition of tables. See also
TableEnvironment.connect(ConnectorDescriptor). |
| org.apache.flink.streaming.connectors.kafka.Kafka011JsonTableSource.Builder
Use the
Kafka descriptor together
with descriptors for schema and format instead. Descriptors allow for
implementation-agnostic definition of tables. See also
TableEnvironment.connect(ConnectorDescriptor). |
| Constructor and Description |
|---|
| org.apache.flink.streaming.connectors.kafka.Kafka011AvroTableSource(String, Properties, TableSchema, Class<? extends SpecificRecordBase>)
Use table descriptors instead of implementation-specific builders.
|
| org.apache.flink.streaming.connectors.kafka.Kafka011JsonTableSource(String, Properties, TableSchema, TableSchema)
Use table descriptors instead of implementation-specific builders.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.