public class BootstrapUtils extends Object
| Constructor and Description |
|---|
BootstrapUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<Pair<String,List<HoodieFileStatus>>> |
getAllLeafFoldersWithFiles(HoodieTableMetaClient metaClient,
org.apache.hadoop.fs.FileSystem fs,
String basePathStr,
HoodieEngineContext context)
Returns leaf folders with files under a path.
|
public static List<Pair<String,List<HoodieFileStatus>>> getAllLeafFoldersWithFiles(HoodieTableMetaClient metaClient, org.apache.hadoop.fs.FileSystem fs, String basePathStr, HoodieEngineContext context) throws IOException
metaClient - Hoodie table metadata clientfs - File Systemcontext - JHoodieEngineContextIOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.