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