Uses of Interface
org.apache.avro.message.SchemaStore
Packages that use SchemaStore
-
Uses of SchemaStore in org.apache.avro.ipc
Methods in org.apache.avro.ipc with parameters of type SchemaStoreModifier and TypeMethodDescriptionstatic BinaryMessageDecoder
<HandshakeRequest> HandshakeRequest.createDecoder
(SchemaStore resolver) Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore
.HandshakeResponse.createDecoder
(SchemaStore resolver) Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore
. -
Uses of SchemaStore in org.apache.avro.message
Classes in org.apache.avro.message that implement SchemaStoreModifier and TypeClassDescriptionstatic class
A 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 newBinaryMessageEncoder
that uses the givendata model
to construct datum instances described by theschema
.