static ConfluentRegistryAvroDeserializationSchema<org.apache.avro.generic.GenericRecord> |
ConfluentRegistryAvroDeserializationSchema.forGeneric(org.apache.avro.Schema schema,
String url) |
|
static ConfluentRegistryAvroDeserializationSchema<org.apache.avro.generic.GenericRecord> |
ConfluentRegistryAvroDeserializationSchema.forGeneric(org.apache.avro.Schema schema,
String url,
int identityMapCapacity) |
|
static ConfluentRegistryAvroDeserializationSchema<org.apache.avro.generic.GenericRecord> |
ConfluentRegistryAvroDeserializationSchema.forGeneric(org.apache.avro.Schema schema,
String url,
int identityMapCapacity,
Map<String,?> registryConfigs) |
|
static ConfluentRegistryAvroDeserializationSchema<org.apache.avro.generic.GenericRecord> |
ConfluentRegistryAvroDeserializationSchema.forGeneric(org.apache.avro.Schema schema,
String url,
Map<String,?> registryConfigs) |
|
static <T extends org.apache.avro.specific.SpecificRecord> ConfluentRegistryAvroDeserializationSchema<T> |
ConfluentRegistryAvroDeserializationSchema.forSpecific(Class<T> tClass,
String url) |
Creates AvroDeserializationSchema that produces classes that were generated from Avro
schema and looks up the writer schema in the Confluent Schema Registry.
|
static <T extends org.apache.avro.specific.SpecificRecord> ConfluentRegistryAvroDeserializationSchema<T> |
ConfluentRegistryAvroDeserializationSchema.forSpecific(Class<T> tClass,
String url,
int identityMapCapacity) |
Creates AvroDeserializationSchema that produces classes that were generated from Avro
schema and looks up the writer schema in the Confluent Schema Registry.
|
static <T extends org.apache.avro.specific.SpecificRecord> ConfluentRegistryAvroDeserializationSchema<T> |
ConfluentRegistryAvroDeserializationSchema.forSpecific(Class<T> tClass,
String url,
int identityMapCapacity,
Map<String,?> registryConfigs) |
Creates AvroDeserializationSchema that produces classes that were generated from Avro
schema and looks up the writer schema in the Confluent Schema Registry.
|
static <T extends org.apache.avro.specific.SpecificRecord> ConfluentRegistryAvroDeserializationSchema<T> |
ConfluentRegistryAvroDeserializationSchema.forSpecific(Class<T> tClass,
String url,
Map<String,?> registryConfigs) |
Creates AvroDeserializationSchema that produces classes that were generated from Avro
schema and looks up the writer schema in the Confluent Schema Registry.
|