org.apache.avro.mapred
Class AvroSerialization<T>
java.lang.Object
   org.apache.hadoop.conf.Configured
org.apache.hadoop.conf.Configured
       org.apache.avro.mapred.AvroSerialization<T>
org.apache.avro.mapred.AvroSerialization<T>
- All Implemented Interfaces: 
- Configurable, Serialization<AvroWrapper<T>>
- public class AvroSerialization<T> 
- extends Configured- implements Serialization<AvroWrapper<T>>
The Serialization used by jobs configured with AvroJob.
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AvroSerialization
public AvroSerialization()
accept
public boolean accept(Class<?> c)
- 
- Specified by:
- acceptin interface- Serialization<AvroWrapper<T>>
 
- 
 
getDeserializer
public Deserializer<AvroWrapper<T>> getDeserializer(Class<AvroWrapper<T>> c)
- Returns the specified map output deserializer.  Defaults to the final
 output deserializer if no map output schema was specified.
 
- 
- Specified by:
- getDeserializerin interface- Serialization<AvroWrapper<T>>
 
- 
 
getSerializer
public Serializer<AvroWrapper<T>> getSerializer(Class<AvroWrapper<T>> c)
- Returns the specified output serializer.
 
- 
- Specified by:
- getSerializerin interface- Serialization<AvroWrapper<T>>
 
- 
 
Copyright © 2010 The Apache Software Foundation