|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pig.impl.io.PigLineRecordReader.Reader
public abstract static class PigLineRecordReader.Reader
Abstract class that is used to handle reading of values
Field Summary | |
---|---|
protected int |
os
Variable maintaining OS Type used for finding EOL in UNIX and WINDOWS |
protected static int |
OS_UNIX
|
protected static int |
OS_WINDOWS
|
Method Summary | |
---|---|
abstract boolean |
getNext(org.apache.hadoop.io.Text value)
Provides next line read from InputStream |
abstract long |
getPosition()
Returns the position of current Buffer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int os
protected static final int OS_UNIX
protected static final int OS_WINDOWS
Method Detail |
---|
public abstract boolean getNext(org.apache.hadoop.io.Text value) throws IOException
value
- Text the the line is supposed to be returned in
IOException
public abstract long getPosition() throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |