Uses of Class
org.apache.avro.message.BinaryMessageDecoder
-
Uses of BinaryMessageDecoder 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
.static BinaryMessageDecoder
<HandshakeRequest> HandshakeRequest.getDecoder()
Return the BinaryMessageDecoder instance used by this class.HandshakeResponse.getDecoder()
Return the BinaryMessageDecoder instance used by this class.