| Class and Description |
|---|
| org.apache.flink.streaming.connectors.kafka.Kafka09AvroTableSource
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.Kafka09AvroTableSource.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.Kafka09JsonTableSink
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.Kafka09JsonTableSource
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.Kafka09JsonTableSource.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). |
| Method and Description |
|---|
| org.apache.flink.streaming.connectors.kafka.Kafka09AvroTableSource.Builder.build()
Use table descriptors instead of implementation-specific builders.
|
| org.apache.flink.streaming.connectors.kafka.Kafka09JsonTableSource.Builder.build()
Use table descriptors instead of implementation-specific builders.
|
| org.apache.flink.streaming.connectors.kafka.Kafka09AvroTableSource.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.Kafka09JsonTableSource.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.Kafka09JsonTableSource.setFailOnMissingField(boolean)
Use table descriptors instead of implementation-specific builders.
|
| org.apache.flink.streaming.connectors.kafka.Kafka09AvroTableSource.setFieldMapping(Map<String, String>)
Use table descriptors instead of implementation-specific builders.
|
| org.apache.flink.streaming.connectors.kafka.Kafka09JsonTableSource.setFieldMapping(Map<String, String>)
Use table descriptors instead of implementation-specific builders.
|
| org.apache.flink.streaming.connectors.kafka.Kafka09AvroTableSource.setProctimeAttribute(String)
Use table descriptors instead of implementation-specific builders.
|
| org.apache.flink.streaming.connectors.kafka.Kafka09JsonTableSource.setProctimeAttribute(String)
Use table descriptors instead of implementation-specific builders.
|
| org.apache.flink.streaming.connectors.kafka.Kafka09AvroTableSource.setRowtimeAttributeDescriptor(RowtimeAttributeDescriptor)
Use table descriptors instead of implementation-specific builders.
|
| org.apache.flink.streaming.connectors.kafka.Kafka09JsonTableSource.setRowtimeAttributeDescriptor(RowtimeAttributeDescriptor)
Use table descriptors instead of implementation-specific builders.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.