public static class HudiDirectoryLister.HudiFileInfoIterator extends Object implements org.apache.hadoop.fs.RemoteIterator<com.facebook.presto.hive.HiveFileInfo>
| Constructor and Description |
|---|
HudiFileInfoIterator(org.apache.hudi.common.table.view.HoodieTableFileSystemView fileSystemView,
Optional<org.apache.hadoop.fs.FileStatus[]> fileStatuses,
String tablePath,
org.apache.hadoop.fs.Path directory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
com.facebook.presto.hive.HiveFileInfo |
next() |
public boolean hasNext()
hasNext in interface org.apache.hadoop.fs.RemoteIterator<com.facebook.presto.hive.HiveFileInfo>public com.facebook.presto.hive.HiveFileInfo next()
throws IOException
next in interface org.apache.hadoop.fs.RemoteIterator<com.facebook.presto.hive.HiveFileInfo>IOExceptionCopyright © 2012–2023. All rights reserved.