Uses of Class
org.apache.avro.Protocol

Packages that use Protocol
org.apache.avro Avro kernel classes. 
org.apache.avro.generic A generic representation for Avro data. 
org.apache.avro.ipc Support for inter-process calls. 
org.apache.avro.reflect Use Java reflection to generate schemas and protocols for existing classes. 
 

Uses of Protocol in org.apache.avro
 

Methods in org.apache.avro that return Protocol
static Protocol Protocol.parse(File file)
          Read a protocol from a Json file.
static Protocol Protocol.parse(String string)
          Read a protocol from a Json string.
 

Uses of Protocol in org.apache.avro.generic
 

Constructors in org.apache.avro.generic with parameters of type Protocol
GenericRequestor(Protocol protocol, Transceiver transceiver)
           
GenericResponder(Protocol local)
           
 

Uses of Protocol in org.apache.avro.ipc
 

Methods in org.apache.avro.ipc that return Protocol
 Protocol Responder.getLocal()
           
 Protocol Requestor.getLocal()
           
 Protocol Requestor.getRemote()
           
 

Constructors in org.apache.avro.ipc with parameters of type Protocol
Requestor(Protocol local, Transceiver transceiver)
           
Responder(Protocol local)
           
 

Uses of Protocol in org.apache.avro.reflect
 

Methods in org.apache.avro.reflect that return Protocol
 Protocol ReflectData.getProtocol(Class iface)
          Generate a protocol for a Java interface.
 

Constructors in org.apache.avro.reflect with parameters of type Protocol
ReflectRequestor(Protocol protocol, Transceiver transceiver)
           
ReflectRequestor(Protocol protocol, Transceiver transceiver, ReflectData reflectData)
           
 



Copyright © 2009 The Apache Software Foundation