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,
com.facebook.presto.spi.ConnectorSession session,
com.facebook.presto.hive.metastore.Table table) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hudi.common.table.HoodieTableMetaClient |
getMetaClient() |
Iterator<com.facebook.presto.hive.HiveFileInfo> |
list(com.facebook.presto.hive.filesystem.ExtendedFileSystem fileSystem,
com.facebook.presto.hive.metastore.Table table,
org.apache.hadoop.fs.Path path,
Optional<com.facebook.presto.hive.metastore.Partition> partition,
NamenodeStats namenodeStats,
HiveDirectoryContext hiveDirectoryContext) |
public HudiDirectoryLister(org.apache.hadoop.conf.Configuration conf,
com.facebook.presto.spi.ConnectorSession session,
com.facebook.presto.hive.metastore.Table table)
public org.apache.hudi.common.table.HoodieTableMetaClient getMetaClient()
public Iterator<com.facebook.presto.hive.HiveFileInfo> list(com.facebook.presto.hive.filesystem.ExtendedFileSystem fileSystem, com.facebook.presto.hive.metastore.Table table, org.apache.hadoop.fs.Path path, Optional<com.facebook.presto.hive.metastore.Partition> partition, NamenodeStats namenodeStats, HiveDirectoryContext hiveDirectoryContext)
list in interface DirectoryListerCopyright © 2012–2023. All rights reserved.