Uses of Package
org.apache.avro.ipc

Packages that use org.apache.avro.ipc
org.apache.avro.generic A generic representation for Avro data. 
org.apache.avro.ipc Support for inter-process calls. 
org.apache.avro.ipc.stats Utilities to collect and display IPC statistics. 
org.apache.avro.reflect Use Java reflection to generate schemas and protocols for existing classes. 
org.apache.avro.specific Generate specific Java classes for schemas and protocols. 
 

Classes in org.apache.avro.ipc used by org.apache.avro.generic
AvroRemoteException
          Base class for exceptions thrown to client by server.
Requestor
          Base class for the client side of a protocol interaction.
Responder
          Base class for the server side of a protocol interaction.
Transceiver
          Base class for transmitters and recievers of raw binary messages.
 

Classes in org.apache.avro.ipc used by org.apache.avro.ipc
Responder
          Base class for the server side of a protocol interaction.
ResponderServlet
          An HttpServlet that responds to Avro RPC requests.
RPCContext
          This class represents the context of an RPC call or RPC handshake.
RPCPlugin
          An instrumentation API for RPC metadata.
Server
          A server listening on a port.
Transceiver
          Base class for transmitters and recievers of raw binary messages.
 

Classes in org.apache.avro.ipc used by org.apache.avro.ipc.stats
RPCContext
          This class represents the context of an RPC call or RPC handshake.
RPCPlugin
          An instrumentation API for RPC metadata.
 

Classes in org.apache.avro.ipc used by org.apache.avro.reflect
Requestor
          Base class for the client side of a protocol interaction.
Responder
          Base class for the server side of a protocol interaction.
Transceiver
          Base class for transmitters and recievers of raw binary messages.
 

Classes in org.apache.avro.ipc used by org.apache.avro.specific
AvroRemoteException
          Base class for exceptions thrown to client by server.
Requestor
          Base class for the client side of a protocol interaction.
Responder
          Base class for the server side of a protocol interaction.
Transceiver
          Base class for transmitters and recievers of raw binary messages.
 



Copyright © 2010 The Apache Software Foundation