org.apache.avro.hadoop.io
Class AvroDatumConverterFactory.IntWritableConverter
java.lang.Object
org.apache.avro.hadoop.io.AvroDatumConverter<org.apache.hadoop.io.IntWritable,Integer>
org.apache.avro.hadoop.io.AvroDatumConverterFactory.IntWritableConverter
- Enclosing class:
- AvroDatumConverterFactory
public static class AvroDatumConverterFactory.IntWritableConverter
- extends AvroDatumConverter<org.apache.hadoop.io.IntWritable,Integer>
Converts IntWritables into Ints.
|
Method Summary |
Integer |
convert(org.apache.hadoop.io.IntWritable input)
|
org.apache.avro.Schema |
getWriterSchema()
Gets the writer schema that should be used to serialize the output Avro datum. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AvroDatumConverterFactory.IntWritableConverter
public AvroDatumConverterFactory.IntWritableConverter()
- Constructor.
convert
public Integer convert(org.apache.hadoop.io.IntWritable input)
-
- Specified by:
convert in class AvroDatumConverter<org.apache.hadoop.io.IntWritable,Integer>
getWriterSchema
public org.apache.avro.Schema getWriterSchema()
- Gets the writer schema that should be used to serialize the output Avro datum.
- Specified by:
getWriterSchema in class AvroDatumConverter<org.apache.hadoop.io.IntWritable,Integer>
- Returns:
- The writer schema for the output Avro datum.
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.