public abstract class HiveLock extends Object
| Constructor and Description |
|---|
HiveLock() |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.hadoop.hive.metastore.api.LockComponent> |
getHiveLockComponents()
Returns the lock components if a single lock can in turn
lock multiple objects, e.g., multi-statement transaction.
|
abstract HiveLockMode |
getHiveLockMode() |
abstract HiveLockObject |
getHiveLockObject() |
boolean |
mayContainComponents()
Returns true if for this lock implementation, a single lock can in turn
lock multiple objects, e.g., multi-statement transaction.
|
public abstract HiveLockObject getHiveLockObject()
public abstract HiveLockMode getHiveLockMode()
public boolean mayContainComponents()
public List<org.apache.hadoop.hive.metastore.api.LockComponent> getHiveLockComponents()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.