| Constructor and Description |
|---|
TextFileLineIterator(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.FileStatus[] statuses,
long totalLines) |
TextFileLineIterator(org.apache.hadoop.fs.FileSystem fs,
Queue<org.apache.hadoop.fs.Path> paths,
long totalLines) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
String |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic TextFileLineIterator(org.apache.hadoop.fs.FileSystem fs,
Queue<org.apache.hadoop.fs.Path> paths,
long totalLines)
throws IOException
IOExceptionpublic TextFileLineIterator(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.FileStatus[] statuses,
long totalLines)
throws IOException
IOExceptionCopyright © 2012–2016. All rights reserved.