public class CatalogPathUtils extends Object
Modifier and Type | Method and Description |
---|---|
static AlluxioURI |
getTablePathInternal(String dbName,
String tableName) |
static AlluxioURI |
getTablePathUdb(String dbName,
String tableName,
String udbType) |
public static AlluxioURI getTablePathUdb(String dbName, String tableName, String udbType)
dbName
- the database nametableName
- the table nameudbType
- the udb typepublic static AlluxioURI getTablePathInternal(String dbName, String tableName)
dbName
- the database nametableName
- the table nameCopyright © 2023. All Rights Reserved.