Uses of Class
org.apache.avro.Protocol.Message
Packages that use Protocol.Message
Package
Description
Avro kernel classes.
Support for inter-process calls.
-
Uses of Protocol.Message in org.apache.avro
Methods in org.apache.avro that return Protocol.MessageModifier 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
.Methods in org.apache.avro that return types with arguments of type Protocol.MessageMethods in org.apache.avro with parameters of type Protocol.MessageModifier 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
Constructors in org.apache.avro.grpc with parameters of type Protocol.MessageModifierConstructorDescriptionAvroRequestMarshaller
(Protocol.Message message) AvroResponseMarshaller
(Protocol.Message message) -
Uses of Protocol.Message in org.apache.avro.ipc
Methods in org.apache.avro.ipc that return Protocol.MessageModifier and TypeMethodDescriptionRPCContext.getMessage()
Returns theProtocol.Message
corresponding to this RPCMethods in org.apache.avro.ipc with parameters of type Protocol.MessageModifier 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
Methods in org.apache.avro.ipc.specific with parameters of type Protocol.MessageModifier and TypeMethodDescriptionSpecificResponder.respond
(Protocol.Message message, Object request)