Class AvroSerializer.AvroSchemaSerializerConfigSnapshot<T>
- java.lang.Object
-
- org.apache.flink.formats.avro.typeutils.AvroSerializerSnapshot<T>
-
- org.apache.flink.formats.avro.typeutils.AvroSerializer.AvroSchemaSerializerConfigSnapshot<T>
-
- All Implemented Interfaces:
org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<T>
- Enclosing class:
- AvroSerializer<T>
@Deprecated public static final class AvroSerializer.AvroSchemaSerializerConfigSnapshot<T> extends AvroSerializerSnapshot<T>
Deprecated.A config snapshot for the Avro Serializer that stores the Avro Schema to check compatibility. This class is now deprecated and only kept for backward comparability.
-
-
Constructor Summary
Constructors Constructor Description AvroSchemaSerializerConfigSnapshot()Deprecated.
-
Method Summary
-
Methods inherited from class org.apache.flink.formats.avro.typeutils.AvroSerializerSnapshot
getCurrentVersion, readSnapshot, resolveSchemaCompatibility, restoreSerializer, writeSnapshot
-
-