cascading.tuple.hadoop
Class SerializationElementWriter

java.lang.Object
  extended by cascading.tuple.hadoop.SerializationElementWriter
All Implemented Interfaces:
TupleOutputStream.ElementWriter

public class SerializationElementWriter
extends Object
implements TupleOutputStream.ElementWriter


Constructor Summary
SerializationElementWriter(TupleSerialization tupleSerialization)
           
 
Method Summary
 void close()
           
 void write(DataOutputStream outputStream, Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializationElementWriter

public SerializationElementWriter(TupleSerialization tupleSerialization)
Method Detail

write

public void write(DataOutputStream outputStream,
                  Object object)
           throws IOException
Specified by:
write in interface TupleOutputStream.ElementWriter
Throws:
IOException

close

public void close()
Specified by:
close in interface TupleOutputStream.ElementWriter


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