cascading.tuple.hadoop.io
Class TuplePairDeserializer

java.lang.Object
  extended by cascading.tuple.hadoop.io.TuplePairDeserializer
All Implemented Interfaces:
Deserializer<TuplePair>

public class TuplePairDeserializer
extends Object


Constructor Summary
TuplePairDeserializer(TupleSerialization.SerializationElementReader elementReader)
           
 
Method Summary
 void close()
           
 TuplePair deserialize(TuplePair tuple)
           
 void open(InputStream in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TuplePairDeserializer

public TuplePairDeserializer(TupleSerialization.SerializationElementReader elementReader)
Method Detail

deserialize

public TuplePair deserialize(TuplePair tuple)
                      throws IOException
Throws:
IOException

open

public void open(InputStream in)
Specified by:
open in interface Deserializer<T>

close

public void close()
           throws IOException
Specified by:
close in interface Deserializer<T>
Throws:
IOException


Copyright © 2007-2014 Concurrent, Inc. All Rights Reserved.