| 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.lockDatabase(Hive hiveDB,
LockDatabaseDesc lockDb) |
int |
HiveTxnManager.lockDatabase(Hive hiveDB,
LockDatabaseDesc lockDb)
This function is called to lock the database when explicit lock command is
issued on a database.
|
| Modifier and Type | Method and Description |
|---|---|
LockDatabaseDesc |
DDLWork.getLockDatabaseDesc() |
| Modifier and Type | Method and Description |
|---|---|
void |
DDLWork.setLockDatabaseDesc(LockDatabaseDesc lockDatabaseDesc) |
| Constructor and Description |
|---|
DDLWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs,
LockDatabaseDesc lockDatabaseDesc) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.