| 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.unlockTable(Hive hiveDB,
UnlockTableDesc unlockTbl) |
int |
HiveTxnManager.unlockTable(Hive hiveDB,
UnlockTableDesc unlockTbl)
This function is called to unlock the table when explicit unlock command is
issued on a table.
|
| Modifier and Type | Method and Description |
|---|---|
UnlockTableDesc |
DDLWork.getUnlockTblDesc() |
| Modifier and Type | Method and Description |
|---|---|
void |
DDLWork.setUnlockTblDesc(UnlockTableDesc unlockTblDesc) |
| Constructor and Description |
|---|
DDLWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs,
UnlockTableDesc unlockTblDesc) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.