| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.lockmgr |
Hive Lock Manager interfaces and some custom implmentations
|
| org.apache.hadoop.hive.ql.plan |
| Modifier and Type | Method and Description |
|---|---|
int |
DbTxnManager.unlockDatabase(Hive hiveDB,
UnlockDatabaseDesc unlockDb) |
int |
HiveTxnManager.unlockDatabase(Hive hiveDB,
UnlockDatabaseDesc unlockDb)
This function is called to unlock the database when explicit unlock command
is issued on a database.
|
| Modifier and Type | Method and Description |
|---|---|
UnlockDatabaseDesc |
DDLWork.getUnlockDatabaseDesc() |
| Modifier and Type | Method and Description |
|---|---|
void |
DDLWork.setUnlockDatabaseDesc(UnlockDatabaseDesc unlockDatabaseDesc) |
| Constructor and Description |
|---|
DDLWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs,
UnlockDatabaseDesc unlockDatabaseDesc) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.