public class HudiDirectoryLister extends Object implements DirectoryLister
| Modifier and Type | Class and Description |
|---|---|
static class |
HudiDirectoryLister.HudiFileInfoIterator |
| Constructor and Description |
|---|
HudiDirectoryLister(org.apache.hadoop.conf.Configuration conf,
ConnectorSession session,
Table table) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hudi.common.table.HoodieTableMetaClient |
getMetaClient() |
Iterator<HiveFileInfo> |
list(ExtendedFileSystem fileSystem,
Table table,
Path path,
Optional<Partition> partition,
NamenodeStats namenodeStats,
HiveDirectoryContext hiveDirectoryContext) |
public HudiDirectoryLister(org.apache.hadoop.conf.Configuration conf,
ConnectorSession session,
Table table)
public org.apache.hudi.common.table.HoodieTableMetaClient getMetaClient()
public Iterator<HiveFileInfo> list(ExtendedFileSystem fileSystem, Table table, Path path, Optional<Partition> partition, NamenodeStats namenodeStats, HiveDirectoryContext hiveDirectoryContext)
list in interface DirectoryListerCopyright © 2012–2023. All rights reserved.