Uses of Class
org.apache.avro.ipc.RPCContext
Package
Description
Support for inter-process calls.
Utilities to collect and display IPC statistics.
-
Uses of RPCContext in org.apache.avro.ipc
Modifier and TypeMethodDescriptionvoid
RPCPlugin.clientFinishConnect
(RPCContext context) Called on the client after the initial RPC handshakevoid
RPCPlugin.clientReceiveResponse
(RPCContext context) This method is invoked at the client after the call is executed, and after the client receives the responsevoid
RPCPlugin.clientSendRequest
(RPCContext context) This method is invoked at the client before it issues the RPC call.void
RPCPlugin.clientStartConnect
(RPCContext context) Called on the client before the initial RPC handshake to setup any handshake metadata for this pluginvoid
RPCPlugin.serverConnecting
(RPCContext context) Called on the server during the RPC handshakevoid
RPCPlugin.serverReceiveRequest
(RPCContext context) This method is invoked at the RPC server when the request is received, but before the call itself is executedvoid
RPCPlugin.serverSendResponse
(RPCContext context) This method is invoked at the server before the response is executed, but before the response has been formulated -
Uses of RPCContext in org.apache.avro.ipc.stats
Modifier and TypeMethodDescriptionvoid
StatsPlugin.clientReceiveResponse
(RPCContext context) void
StatsPlugin.clientSendRequest
(RPCContext context) void
StatsPlugin.serverReceiveRequest
(RPCContext context) void
StatsPlugin.serverSendResponse
(RPCContext context)