Package alluxio.table.common.udb
Interface UnderDatabaseFactory
-
public interface UnderDatabaseFactoryThe under database factory interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnderDatabasecreate(UdbContext udbContext, UdbConfiguration configuration)Creates a new instance of the udb.java.lang.StringgetType()
-
-
-
Method Detail
-
getType
java.lang.String getType()
- Returns:
- the type of under database for the factory
-
create
UnderDatabase create(UdbContext udbContext, UdbConfiguration configuration)
Creates a new instance of the udb. Creation must not interact with external services.- Parameters:
udbContext- the db contextconfiguration- configuration values- Returns:
- a new instance of the under database
-
-