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