Uses of Interface
org.apache.avro.message.SchemaStore
-
Uses of SchemaStore in org.apache.avro.ipc
Modifier 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
Modifier and TypeClassDescriptionstatic class
A map-based cache of schemas by AVRO-CRC-64 fingerprint.ModifierConstructorDescriptionBinaryMessageDecoder
(GenericData model, Schema readSchema, SchemaStore resolver) Creates a newBinaryMessageEncoder
that uses the givendata model
to construct datum instances described by theschema
.