See: Description
| Interface | Description |
|---|---|
| HiveLockManager |
Manager for locks in Hive.
|
| HiveTxnManager |
An interface that allows Hive to manage transactions.
|
| Class | Description |
|---|---|
| DbLockManager |
An implementation of HiveLockManager for use with
DbTxnManager. |
| DbTxnManager |
An implementation of HiveTxnManager that stores the transactions in the
metastore database.
|
| EmbeddedLockManager |
shared lock manager for dedicated hive server.
|
| HiveLock | |
| HiveLockManagerCtx | |
| HiveLockObj | |
| HiveLockObject | |
| HiveLockObject.HiveLockObjectData | |
| TxnManagerFactory |
A factory to get an instance of
HiveTxnManager. |
| Enum | Description |
|---|---|
| HiveLockMode |
| Exception | Description |
|---|---|
| LockException |
Exception from lock manager.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.