Uses of Interface
org.apache.avro.io.DatumWriter
Packages that use DatumWriter
Package
Description
Interfaces and base classes shared by generic, specific and reflect.
A container file for Avro data.
A generic representation for Avro data.
Use Java reflection to generate schemas and protocols for existing
classes.
Generate specific Java classes for schemas and protocols.
-
Uses of DatumWriter in org.apache.avro.data
Classes in org.apache.avro.data that implement DatumWriterModifier and TypeClassDescriptionstatic class
DatumWriter
for arbitrary Json data using the object model described inJsonProperties
. -
Uses of DatumWriter in org.apache.avro.file
Constructors in org.apache.avro.file with parameters of type DatumWriterModifierConstructorDescriptionDataFileWriter
(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 DatumWriterMethods in org.apache.avro.generic that return DatumWriterModifier and TypeMethodDescriptionGenericData.createDatumWriter
(Schema schema) Returns aDatumWriter
for this kind of data. -
Uses of DatumWriter in org.apache.avro.reflect
Classes in org.apache.avro.reflect that implement DatumWriterMethods in org.apache.avro.reflect that return DatumWriter -
Uses of DatumWriter in org.apache.avro.specific
Classes in org.apache.avro.specific that implement DatumWriterMethods in org.apache.avro.specific that return DatumWriter