Uses of Class
org.apache.avro.generic.GenericDatumWriter

Packages that use GenericDatumWriter
org.apache.avro.protobuf Protocol Buffer compatibility. 
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. 
org.apache.avro.thrift Thrift compatibility. 
 

Uses of GenericDatumWriter in org.apache.avro.protobuf
 

Subclasses of GenericDatumWriter in org.apache.avro.protobuf
 class ProtobufDatumWriter<T>
          DatumWriter for generated protobuf classes.
 

Uses of GenericDatumWriter in org.apache.avro.reflect
 

Subclasses of GenericDatumWriter in org.apache.avro.reflect
 class ReflectDatumWriter<T>
          DatumWriter for existing classes via Java reflection.
 

Uses of GenericDatumWriter in org.apache.avro.specific
 

Subclasses of GenericDatumWriter in org.apache.avro.specific
 class SpecificDatumWriter<T>
          DatumWriter for generated Java classes.
 

Uses of GenericDatumWriter in org.apache.avro.thrift
 

Subclasses of GenericDatumWriter in org.apache.avro.thrift
 class ThriftDatumWriter<T>
          DatumWriter for generated thrift classes.
 



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