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