Uses of Class
org.apache.avro.Protocol

Packages that use Protocol
org.apache.avro Avro kernel classes. 
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. 
 

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.reflect
 

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

Uses of Protocol in org.apache.avro.specific
 

Methods in org.apache.avro.specific that return Protocol
 Protocol SpecificData.getProtocol(Class iface)
          Return the protocol for a Java interface.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.