| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.txn | |
| org.apache.hadoop.hive.metastore.txn.jdbc |
| Constructor and Description |
|---|
LockHandleImpl(MultiDataSourceJdbcResource jdbcResource,
TransactionContext context,
String key,
Long lastUpdateTime,
Semaphore derbySemaphore) |
| Modifier and Type | Method and Description |
|---|---|
TransactionContext |
TransactionContextManager.getActiveTransaction() |
TransactionContext |
TransactionContextManager.getNewTransaction(int propagation)
Begins a new transaction or returns an existing, depending on the passed Transaction Propagation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionContextManager.commit(TransactionContext context) |
void |
TransactionContextManager.rollback(TransactionContext context) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.