public static class AvroDatumConverterFactory.IntWritableConverter extends AvroDatumConverter<IntWritable,Integer>
Constructor and Description |
---|
AvroDatumConverterFactory.IntWritableConverter()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Integer |
convert(IntWritable input) |
Schema |
getWriterSchema()
Gets the writer schema that should be used to serialize the output Avro datum.
|
public AvroDatumConverterFactory.IntWritableConverter()
public Integer convert(IntWritable input)
convert
in class AvroDatumConverter<IntWritable,Integer>
public Schema getWriterSchema()
getWriterSchema
in class AvroDatumConverter<IntWritable,Integer>
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.