public static class AvroDatumConverterFactory.DoubleWritableConverter extends AvroDatumConverter<DoubleWritable,Double>
Constructor and Description |
---|
DoubleWritableConverter()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Double |
convert(DoubleWritable input) |
Schema |
getWriterSchema()
Gets the writer schema that should be used to serialize the output Avro
datum.
|
public Double convert(DoubleWritable input)
convert
in class AvroDatumConverter<DoubleWritable,Double>
public Schema getWriterSchema()
getWriterSchema
in class AvroDatumConverter<DoubleWritable,Double>
Copyright © 2009–2022 The Apache Software Foundation. All rights reserved.