| Modifier and Type | Field and Description |
|---|---|
AtomicBoolean |
aborted |
org.apache.hadoop.hive.ql.Driver.DriverState |
driverState |
ReentrantLock |
stateLock |
| Constructor and Description |
|---|
LockedDriverState() |
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
static Driver.LockedDriverState |
getLockedDriverState() |
boolean |
isAborted() |
static void |
removeLockedDriverState() |
static void |
setLockedDriverState(Driver.LockedDriverState lDrv) |
String |
toString() |
public final ReentrantLock stateLock
public org.apache.hadoop.hive.ql.Driver.DriverState driverState
public AtomicBoolean aborted
public static void setLockedDriverState(Driver.LockedDriverState lDrv)
public static Driver.LockedDriverState getLockedDriverState()
public static void removeLockedDriverState()
public boolean isAborted()
public void abort()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.