public class FileList extends Object implements AutoCloseable, Iterator<String>
| Constructor and Description |
|---|
FileList(org.apache.hadoop.fs.Path backingFile,
HiveConf conf) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String entry) |
void |
close() |
boolean |
hasNext() |
String |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic FileList(org.apache.hadoop.fs.Path backingFile,
HiveConf conf)
public void add(String entry) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface AutoCloseableIOExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.