public class HadoopTupleOutputStream extends TupleOutputStream
TupleOutputStream.ElementWriter, TupleOutputStream.TupleElementWriter
Modifier and Type | Field and Description |
---|---|
static int |
WRITABLE_TOKEN
Field WRITABLE_TOKEN
|
Constructor and Description |
---|
HadoopTupleOutputStream(java.io.OutputStream outputStream,
TupleOutputStream.ElementWriter elementWriter) |
Modifier and Type | Method and Description |
---|---|
void |
writeIndexTuple(IndexTuple indexTuple) |
protected void |
writeIntInternal(int value) |
close, writeElement, writeElementArray, writeTuple, writeTuplePair
flush, size, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
public static final int WRITABLE_TOKEN
public HadoopTupleOutputStream(java.io.OutputStream outputStream, TupleOutputStream.ElementWriter elementWriter)
protected void writeIntInternal(int value) throws java.io.IOException
writeIntInternal
in class TupleOutputStream
java.io.IOException
public void writeIndexTuple(IndexTuple indexTuple) throws java.io.IOException
writeIndexTuple
in class TupleOutputStream
java.io.IOException