This project has retired. For details please refer to its
Attic page.
PersistentSerialization (Apache Gora 0.2 API)
org.apache.gora.mapreduce
Class PersistentSerialization
java.lang.Object
org.apache.gora.mapreduce.PersistentSerialization
- All Implemented Interfaces:
- org.apache.hadoop.io.serializer.Serialization<Persistent>
public class PersistentSerialization
- extends Object
- implements org.apache.hadoop.io.serializer.Serialization<Persistent>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistentSerialization
public PersistentSerialization()
accept
public boolean accept(Class<?> c)
- Specified by:
accept
in interface org.apache.hadoop.io.serializer.Serialization<Persistent>
getDeserializer
public org.apache.hadoop.io.serializer.Deserializer<Persistent> getDeserializer(Class<Persistent> c)
- Specified by:
getDeserializer
in interface org.apache.hadoop.io.serializer.Serialization<Persistent>
getSerializer
public org.apache.hadoop.io.serializer.Serializer<Persistent> getSerializer(Class<Persistent> c)
- Specified by:
getSerializer
in interface org.apache.hadoop.io.serializer.Serialization<Persistent>
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.