Uses of Interface
org.apache.avro.io.DatumWriter

Packages that use DatumWriter
org.apache.avro.file A container file for Avro data. 
org.apache.avro.generic A generic representation for Avro data. 
org.apache.avro.ipc.generic   
org.apache.avro.ipc.reflect   
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. 
 

Uses of DatumWriter in org.apache.avro.file
 

Constructors in org.apache.avro.file with parameters of type DatumWriter
DataFileWriter(DatumWriter<D> dout)
          Construct a writer, not yet open.
 

Uses of DatumWriter in org.apache.avro.generic
 

Classes in org.apache.avro.generic that implement DatumWriter
 class GenericDatumWriter<D>
          DatumWriter for generic Java objects.
 

Uses of DatumWriter in org.apache.avro.ipc.generic
 

Methods in org.apache.avro.ipc.generic that return DatumWriter
protected  DatumWriter<Object> GenericResponder.getDatumWriter(Schema schema)
           
 

Uses of DatumWriter in org.apache.avro.ipc.reflect
 

Methods in org.apache.avro.ipc.reflect that return DatumWriter
protected  DatumWriter<Object> ReflectResponder.getDatumWriter(Schema schema)
           
protected  DatumWriter<Object> ReflectRequestor.getDatumWriter(Schema schema)
           
 

Uses of DatumWriter in org.apache.avro.ipc.specific
 

Methods in org.apache.avro.ipc.specific that return DatumWriter
protected  DatumWriter<Object> SpecificResponder.getDatumWriter(Schema schema)
           
protected  DatumWriter<Object> SpecificRequestor.getDatumWriter(Schema schema)
           
 

Uses of DatumWriter in org.apache.avro.reflect
 

Classes in org.apache.avro.reflect that implement DatumWriter
 class ReflectDatumWriter<T>
          DatumWriter for existing classes via Java reflection.
 

Uses of DatumWriter in org.apache.avro.specific
 

Classes in org.apache.avro.specific that implement DatumWriter
 class SpecificDatumWriter<T>
          DatumWriter for generated Java classes.
 



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