public class HadoopTupleInputStream extends cascading.tuple.io.TupleInputStream
| Constructor and Description |
|---|
HadoopTupleInputStream(java.io.InputStream inputStream,
cascading.tuple.io.TupleInputStream.ElementReader elementReader) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getNextElement() |
int |
getNumElements() |
static cascading.tuple.io.TupleInputStream.TupleElementReader[] |
getReadersFor(cascading.tuple.io.TupleInputStream.ElementReader elementReader,
java.lang.Class[] classes) |
cascading.tuple.io.IndexTuple |
readIndexTuple(cascading.tuple.io.IndexTuple tuple) |
java.lang.Integer |
readNullVInt() |
java.lang.Long |
readNullVLong() |
java.lang.String |
readString() |
int |
readToken() |
java.lang.Object |
readType(java.lang.Class type) |
protected java.lang.Object |
readType(int type) |
int |
readVInt() |
long |
readVLong() |
close, getComparatorFor, getInputStream, readIndexTuple, readTuple, readTuple, readTuplePair, readTuplePair, readTyped, readUnTyped, readWithread, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytespublic HadoopTupleInputStream(java.io.InputStream inputStream, cascading.tuple.io.TupleInputStream.ElementReader elementReader)
public static cascading.tuple.io.TupleInputStream.TupleElementReader[] getReadersFor(cascading.tuple.io.TupleInputStream.ElementReader elementReader, java.lang.Class[] classes)
public int getNumElements() throws java.io.IOException
getNumElements in class cascading.tuple.io.TupleInputStreamjava.io.IOExceptionpublic int readToken() throws java.io.IOException
readToken in class cascading.tuple.io.TupleInputStreamjava.io.IOExceptionpublic java.lang.Object getNextElement() throws java.io.IOException
getNextElement in class cascading.tuple.io.TupleInputStreamjava.io.IOExceptionpublic cascading.tuple.io.IndexTuple readIndexTuple(cascading.tuple.io.IndexTuple tuple) throws java.io.IOException
readIndexTuple in class cascading.tuple.io.TupleInputStreamjava.io.IOExceptionpublic java.lang.Long readNullVLong() throws java.io.IOException
java.io.IOExceptionpublic long readVLong() throws java.io.IOException
java.io.IOExceptionpublic java.lang.Integer readNullVInt() throws java.io.IOException
java.io.IOExceptionpublic int readVInt() throws java.io.IOException
java.io.IOExceptionpublic java.lang.String readString() throws java.io.IOException
java.io.IOExceptionprotected final java.lang.Object readType(int type) throws java.io.IOException
readType in class cascading.tuple.io.TupleInputStreamjava.io.IOExceptionpublic final java.lang.Object readType(java.lang.Class type) throws java.io.IOException
readType in class cascading.tuple.io.TupleInputStreamjava.io.IOExceptionCopyright © 2007-2021 Cascading Maintainers. All Rights Reserved.