| Package | Description | 
|---|---|
| org.apache.avro.ipc.specific | |
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> T | 
SpecificRequestor.getClient(Class<T> iface,
         Transceiver transciever,
         SpecificData specificData)
Create a proxy instance whose methods invoke RPCs. 
 | 
| Constructor and Description | 
|---|
SpecificResponder(Protocol protocol,
                 Object impl,
                 SpecificData data)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ReflectData
Utilities to use existing Java classes and interfaces via reflection. 
 | 
static class  | 
ReflectData.AllowNull
ReflectData implementation that permits null field values. | 
| Modifier and Type | Method and Description | 
|---|---|
static SpecificData | 
SpecificData.get()
Return the singleton instance. 
 | 
SpecificData | 
SpecificDatumReader.getSpecificData()
Return the contained  
SpecificData. | 
| Constructor and Description | 
|---|
SpecificDatumReader(Schema writer,
                   Schema reader,
                   SpecificData data)
Construct given writer's schema, reader's schema, and a  
SpecificData. | 
SpecificDatumWriter(Schema root,
                   SpecificData specificData)  | 
SpecificDatumWriter(SpecificData specificData)  | 
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.