Uses of Interface
alluxio.table.common.udb.UnderDatabase
-
Packages that use UnderDatabase Package Description alluxio.table.common.udb -
-
Uses of UnderDatabase in alluxio.table.common.udb
Methods in alluxio.table.common.udb that return UnderDatabase 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.
-