| 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  | StatsPluginCollects count and latency statistics about RPC calls. | 
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.