Uses of Class
org.apache.avro.ipc.RPCPlugin
Packages that use RPCPlugin
Package
Description
Support for inter-process calls.
Utilities to collect and display IPC statistics.
- 
Uses of RPCPlugin in org.apache.avro.ipcFields in org.apache.avro.ipc with type parameters of type RPCPluginMethods in org.apache.avro.ipc with parameters of type RPCPluginModifier and TypeMethodDescriptionvoidRequestor.addRPCPlugin(RPCPlugin plugin) Adds a new plugin to manipulate RPC metadata.voidResponder.addRPCPlugin(RPCPlugin plugin) Adds a new plugin to manipulate per-call metadata.
- 
Uses of RPCPlugin in org.apache.avro.ipc.statsSubclasses of RPCPlugin in org.apache.avro.ipc.statsModifier and TypeClassDescriptionclassCollects count and latency statistics about RPC calls.