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