| 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.lockTable(Hive db,
LockTableDesc lockTbl) |
int |
HiveTxnManager.lockTable(Hive hiveDB,
LockTableDesc lockTbl)
This function is called to lock the table when explicit lock command is
issued on a table.
|
| Modifier and Type | Method and Description |
|---|---|
LockTableDesc |
DDLWork.getLockTblDesc() |
| Modifier and Type | Method and Description |
|---|---|
void |
DDLWork.setLockTblDesc(LockTableDesc lockTblDesc) |
| Constructor and Description |
|---|
DDLWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs,
LockTableDesc lockTblDesc) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.