Uses of Class
alluxio.table.common.udb.UdbConfiguration
-
Packages that use UdbConfiguration Package Description alluxio.table.common.udb -
-
Uses of UdbConfiguration in alluxio.table.common.udb
Methods in alluxio.table.common.udb with parameters of type UdbConfiguration Modifier and Type Method Description UnderDatabaseUnderDatabaseFactory. create(UdbContext udbContext, UdbConfiguration configuration)Creates a new instance of the udb.UnderDatabaseUnderDatabaseRegistry. create(UdbContext udbContext, java.lang.String type, UdbConfiguration configuration)Creates a new instance of anUnderDatabase.static java.lang.StringUdbUtils. mountAlluxioPath(java.lang.String tableName, alluxio.AlluxioURI ufsUri, alluxio.AlluxioURI tableUri, UdbContext udbContext, UdbConfiguration udbConfiguration)Mount ufs path to alluxio path.
-