Uses of Class
org.apache.avro.Protocol.Message
Package
Description
Avro kernel classes.
Support for inter-process calls.
-
Uses of Protocol.Message in org.apache.avro
Modifier and TypeMethodDescriptionCreate a one-way message.Protocol.createMessage
(String name, String doc, Map<String, ?> propMap, Schema request, Schema response, Schema errors) Create a two-way message.Protocol.createMessage
(String name, String doc, JsonProperties propMap, Schema request) Create a one-way message.Protocol.createMessage
(String name, String doc, JsonProperties propMap, Schema request, Schema response, Schema errors) Create a two-way message.Protocol.createMessage
(String name, String doc, Schema request) Deprecated.Deprecated.Protocol.createMessage
(Protocol.Message m, Schema request) Create a one-way message using thename
,doc
, andprops
ofm
.Protocol.createMessage
(Protocol.Message m, Schema request, Schema response, Schema errors) Create a two-way message using thename
,doc
, andprops
ofm
.Modifier and TypeMethodDescriptionProtocol.createMessage
(Protocol.Message m, Schema request) Create a one-way message using thename
,doc
, andprops
ofm
.Protocol.createMessage
(Protocol.Message m, Schema request, Schema response, Schema errors) Create a two-way message using thename
,doc
, andprops
ofm
. -
Uses of Protocol.Message in org.apache.avro.grpc
ModifierConstructorDescriptionAvroRequestMarshaller
(Protocol.Message message) AvroResponseMarshaller
(Protocol.Message message) -
Uses of Protocol.Message in org.apache.avro.ipc
Modifier and TypeMethodDescriptionRPCContext.getMessage()
Returns theProtocol.Message
corresponding to this RPCModifier and TypeMethodDescriptionabstract Object
Responder.respond
(Protocol.Message message, Object request) Computes the response for a message.void
RPCContext.setMessage
(Protocol.Message message) Sets theProtocol.Message
corresponding to this RPC -
Uses of Protocol.Message in org.apache.avro.ipc.specific
Modifier and TypeMethodDescriptionSpecificResponder.respond
(Protocol.Message message, Object request)