cascading.tuple.hadoop.io
Class IndexTupleDeserializer
java.lang.Object
cascading.tuple.hadoop.io.IndexTupleDeserializer
- All Implemented Interfaces:
- org.apache.hadoop.io.serializer.Deserializer<IndexTuple>
public class IndexTupleDeserializer
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexTupleDeserializer
public IndexTupleDeserializer(TupleSerialization.SerializationElementReader elementReader)
deserialize
public IndexTuple deserialize(IndexTuple indexTuple)
throws IOException
- Throws:
IOException
open
public void open(InputStream in)
- Specified by:
open
in interface org.apache.hadoop.io.serializer.Deserializer<T>
close
public void close()
throws IOException
- Specified by:
close
in interface org.apache.hadoop.io.serializer.Deserializer<T>
- Throws:
IOException
Copyright © 2007-2013 Concurrent, Inc. All Rights Reserved.