public class UdbContext
extends java.lang.Object
| Constructor and Description |
|---|
UdbContext(UnderDatabaseRegistry udbRegistry,
FileSystem fileSystem,
java.lang.String type,
java.lang.String connectionUri,
java.lang.String udbDbName,
java.lang.String dbName)
Creates an instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConnectionUri() |
java.lang.String |
getDbName() |
FileSystem |
getFileSystem() |
AlluxioURI |
getTableLocation(java.lang.String tableName) |
java.lang.String |
getUdbDbName() |
UnderDatabaseRegistry |
getUdbRegistry() |
public UdbContext(UnderDatabaseRegistry udbRegistry, FileSystem fileSystem, java.lang.String type, java.lang.String connectionUri, java.lang.String udbDbName, java.lang.String dbName)
udbRegistry - the udb registryfileSystem - the alluxio fs clienttype - the db typeconnectionUri - the connection uri for the udbudbDbName - name of the database in the udbdbName - name of the database in Alluxiopublic java.lang.String getDbName()
public FileSystem getFileSystem()
public UnderDatabaseRegistry getUdbRegistry()
public java.lang.String getConnectionUri()
public java.lang.String getUdbDbName()
public AlluxioURI getTableLocation(java.lang.String tableName)
tableName - the table nameCopyright © 2021. All Rights Reserved.