public static class AvroDatumConverterFactory.DoubleWritableConverter extends AvroDatumConverter<DoubleWritable,Double>
| Constructor and Description |
|---|
DoubleWritableConverter()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Double |
convert(DoubleWritable input) |
org.apache.avro.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 org.apache.avro.Schema getWriterSchema()
getWriterSchema in class AvroDatumConverter<DoubleWritable,Double>Copyright © 2009–2025 The Apache Software Foundation. All rights reserved.