This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.gora.mapreduce
Class PersistentSerialization
java.lang.Object
   org.apache.gora.mapreduce.PersistentSerialization
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:
- acceptin interface- org.apache.hadoop.io.serializer.Serialization<Persistent>
 
- 
 
getDeserializer
public org.apache.hadoop.io.serializer.Deserializer<Persistent> getDeserializer(Class<Persistent> c)
- 
- Specified by:
- getDeserializerin interface- org.apache.hadoop.io.serializer.Serialization<Persistent>
 
- 
 
getSerializer
public org.apache.hadoop.io.serializer.Serializer<Persistent> getSerializer(Class<Persistent> c)
- 
- Specified by:
- getSerializerin interface- org.apache.hadoop.io.serializer.Serialization<Persistent>
 
- 
 
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.