org.apache.gora.mapreduce
Class PersistentNonReusingSerialization

java.lang.Object
  extended by 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>


Constructor Summary
PersistentNonReusingSerialization()
           
 
Method Summary
 boolean accept(Class<?> c)
           
 org.apache.hadoop.io.serializer.Deserializer<Persistent> getDeserializer(Class<Persistent> c)
           
 org.apache.hadoop.io.serializer.Serializer<Persistent> getSerializer(Class<Persistent> c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistentNonReusingSerialization

public PersistentNonReusingSerialization()
Method Detail

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-2012 The Apache Software Foundation. All Rights Reserved.