| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql | |
| org.apache.hadoop.hive.ql.lockmgr |
Hive Lock Manager interfaces and some custom implmentations
|
| org.apache.hadoop.hive.ql.lockmgr.zookeeper |
| Modifier and Type | Method and Description |
|---|---|
static DriverState |
DriverState.getDriverState() |
| Modifier and Type | Method and Description |
|---|---|
static void |
DriverUtils.checkInterrupted(DriverState driverState,
DriverContext driverContext,
String msg,
HookContext hookContext,
PerfLogger perfLogger) |
static void |
DriverState.setDriverState(DriverState state) |
| Constructor and Description |
|---|
Compiler(Context context,
DriverContext driverContext,
DriverState driverState) |
Executor(Context context,
DriverContext driverContext,
DriverState driverState,
TaskQueue taskQueue) |
| Modifier and Type | Method and Description |
|---|---|
void |
HiveTxnManager.acquireLocks(QueryPlan plan,
Context ctx,
String username,
DriverState driverState)
Acquire all of the locks needed by a query.
|
List<HiveLock> |
EmbeddedLockManager.lock(List<HiveLockObj> objs,
boolean keepAlive,
DriverState driverState) |
List<HiveLock> |
DbLockManager.lock(List<HiveLockObj> objs,
boolean keepAlive,
DriverState driverState) |
List<HiveLock> |
HiveLockManager.lock(List<HiveLockObj> objs,
boolean keepAlive,
DriverState driverState) |
| Modifier and Type | Method and Description |
|---|---|
List<HiveLock> |
ZooKeeperHiveLockManager.lock(List<HiveLockObj> lockObjects,
boolean keepAlive,
DriverState driverState) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.