Package org.apache.flink.formats.avro
Interface SchemaCoder.SchemaCoderProvider
- All Superinterfaces:
Serializable
- Enclosing interface:
- SchemaCoder
Provider for
SchemaCoder. It allows creating multiple instances of client in parallel
operators without serializing it.-
Method Summary
-
Method Details
-
get
SchemaCoder get()Creates a new instance ofSchemaCoder. Each time it should create a new instance, as it will be called on multiple nodes.- Returns:
- new instance
SchemaCoder
-