cascading.tap.hadoop.util
Class TimedRecordReader
java.lang.Object
cascading.tap.hadoop.util.TimedRecordReader
- All Implemented Interfaces:
- RecordReader
public class TimedRecordReader
- extends java.lang.Object
- implements RecordReader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimedRecordReader
public TimedRecordReader(FlowProcess flowProcess,
java.lang.Enum counter)
getRecordReader
public RecordReader getRecordReader()
setRecordReader
public void setRecordReader(RecordReader recordReader)
next
public boolean next(java.lang.Object key,
java.lang.Object value)
throws java.io.IOException
- Specified by:
next
in interface RecordReader
- Throws:
java.io.IOException
createKey
public java.lang.Object createKey()
- Specified by:
createKey
in interface RecordReader
createValue
public java.lang.Object createValue()
- Specified by:
createValue
in interface RecordReader
getPos
public long getPos()
throws java.io.IOException
- Specified by:
getPos
in interface RecordReader
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Specified by:
close
in interface RecordReader
- Throws:
java.io.IOException
getProgress
public float getProgress()
throws java.io.IOException
- Specified by:
getProgress
in interface RecordReader
- Throws:
java.io.IOException
Copyright © 2007-2011 Concurrent, Inc. All Rights Reserved.