cascading.tuple.hadoop.io
Class IndexTupleSerializer

java.lang.Object
  extended by cascading.tuple.hadoop.io.IndexTupleSerializer
All Implemented Interfaces:
Serializer<IndexTuple>

public class IndexTupleSerializer
extends Object


Constructor Summary
IndexTupleSerializer(TupleSerialization.SerializationElementWriter elementWriter)
           
 
Method Summary
 void close()
           
 void open(OutputStream out)
           
 void serialize(IndexTuple indexTuple)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexTupleSerializer

public IndexTupleSerializer(TupleSerialization.SerializationElementWriter elementWriter)
Method Detail

serialize

public void serialize(IndexTuple indexTuple)
               throws IOException
Throws:
IOException

open

public void open(OutputStream out)
Specified by:
open in interface Serializer<T>

close

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


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