| Package | Description | 
|---|---|
| org.apache.avro.ipc | 
 Support for inter-process calls. 
 | 
| org.apache.avro.ipc.stats | 
 Utilities to collect and display IPC statistics. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected List<RPCPlugin> | 
Responder.rpcMetaPlugins  | 
protected List<RPCPlugin> | 
Requestor.rpcMetaPlugins  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Responder.addRPCPlugin(RPCPlugin plugin)
Adds a new plugin to manipulate per-call metadata. 
 | 
void | 
Requestor.addRPCPlugin(RPCPlugin plugin)
Adds a new plugin to manipulate RPC metadata. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StatsPlugin
Collects count and latency statistics about RPC calls. 
 | 
Copyright © 2009–2019 The Apache Software Foundation. All rights reserved.