Package org.apache.avro.hadoop.io
Class AvroDatumConverter<INPUT,OUTPUT>
java.lang.Object
org.apache.avro.hadoop.io.AvroDatumConverter<INPUT,OUTPUT>
- Type Parameters:
INPUT
- The type of the input Java object to convert.OUTPUT
- The type of the Avro datum to convert to.
- Direct Known Subclasses:
AvroDatumConverterFactory.AvroWrapperConverter
,AvroDatumConverterFactory.BooleanWritableConverter
,AvroDatumConverterFactory.BytesWritableConverter
,AvroDatumConverterFactory.ByteWritableConverter
,AvroDatumConverterFactory.DoubleWritableConverter
,AvroDatumConverterFactory.FloatWritableConverter
,AvroDatumConverterFactory.IntWritableConverter
,AvroDatumConverterFactory.LongWritableConverter
,AvroDatumConverterFactory.NullWritableConverter
,AvroDatumConverterFactory.TextConverter
Converts a Java object into an Avro datum.
-
Constructor Details
-
AvroDatumConverter
public AvroDatumConverter()
-
-
Method Details
-
convert
-
getWriterSchema
Gets the writer schema that should be used to serialize the output Avro datum.- Returns:
- The writer schema for the output Avro datum.
-