cascading.tuple.hadoop.io
Class TuplePairSerializer
java.lang.Object
cascading.tuple.hadoop.io.TuplePairSerializer
- All Implemented Interfaces:
- org.apache.hadoop.io.serializer.Serializer<TuplePair>
public class TuplePairSerializer
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TuplePairSerializer
public TuplePairSerializer(TupleSerialization.SerializationElementWriter elementWriter)
serialize
public void serialize(TuplePair tuple)
throws IOException
- Throws:
IOException
open
public void open(OutputStream out)
- Specified by:
open
in interface org.apache.hadoop.io.serializer.Serializer<T>
close
public void close()
throws IOException
- Specified by:
close
in interface org.apache.hadoop.io.serializer.Serializer<T>
- Throws:
IOException
Copyright © 2007-2013 Concurrent, Inc. All Rights Reserved.