Uses of Interface
org.apache.avro.message.SchemaStore
Packages that use SchemaStore
-
Uses of SchemaStore in org.apache.avro.message
Classes in org.apache.avro.message that implement SchemaStoreModifier and TypeClassDescriptionstatic classA map-based cache of schemas by AVRO-CRC-64 fingerprint.Constructors in org.apache.avro.message with parameters of type SchemaStoreModifierConstructorDescriptionBinaryMessageDecoder(GenericData model, Schema readSchema, SchemaStore resolver) Creates a newBinaryMessageEncoderthat uses the givendata modelto construct datum instances described by theschema.