This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.gora.mapreduce
Class PersistentNonReusingSerialization
java.lang.Object
   org.apache.gora.mapreduce.PersistentNonReusingSerialization
org.apache.gora.mapreduce.PersistentNonReusingSerialization
- All Implemented Interfaces: 
- org.apache.hadoop.io.serializer.Serialization<Persistent>
- public class PersistentNonReusingSerialization 
- 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 | 
 
PersistentNonReusingSerialization
public PersistentNonReusingSerialization()
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.