Uses of Class
alluxio.table.common.udb.UdbContext
-
Packages that use UdbContext Package Description alluxio.table.common.udb -
-
Uses of UdbContext in alluxio.table.common.udb
Methods in alluxio.table.common.udb that return UdbContext Modifier and Type Method Description UdbContextUnderDatabase. getUdbContext()Methods in alluxio.table.common.udb with parameters of type UdbContext 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.
-