Uses of Class
org.apache.hadoop.hive.ql.lockmgr.LockException

Packages that use LockException
org.apache.hadoop.hive.ql.lockmgr Hive Lock Manager interfaces and some custom implmentations 
org.apache.hadoop.hive.ql.lockmgr.zookeeper   
 

Uses of LockException in org.apache.hadoop.hive.ql.lockmgr
 

Methods in org.apache.hadoop.hive.ql.lockmgr that throw LockException
 void HiveLockManager.close()
           
 List<HiveLock> HiveLockManager.getLocks(boolean verifyTablePartitions, boolean fetchData)
           
 List<HiveLock> HiveLockManager.getLocks(HiveLockObject key, boolean verifyTablePartitions, boolean fetchData)
           
 HiveLock HiveLockManager.lock(HiveLockObject key, HiveLockMode mode, boolean keepAlive, int numRetries, int sleepTime)
           
 List<HiveLock> HiveLockManager.lock(List<HiveLockObj> objs, boolean keepAlive, int numRetries, int sleepTime)
           
 void HiveLockManager.setContext(HiveLockManagerCtx ctx)
           
 void HiveLockManager.unlock(HiveLock hiveLock)
           
 

Uses of LockException in org.apache.hadoop.hive.ql.lockmgr.zookeeper
 

Methods in org.apache.hadoop.hive.ql.lockmgr.zookeeper that throw LockException
 void ZooKeeperHiveLockManager.close()
           
 List<HiveLock> ZooKeeperHiveLockManager.getLocks(boolean verifyTablePartition, boolean fetchData)
           
 List<HiveLock> ZooKeeperHiveLockManager.getLocks(HiveLockObject key, boolean verifyTablePartitions, boolean fetchData)
           
 ZooKeeperHiveLock ZooKeeperHiveLockManager.lock(HiveLockObject key, HiveLockMode mode, boolean keepAlive, int numRetries, int sleepTime)
           
 List<HiveLock> ZooKeeperHiveLockManager.lock(List<HiveLockObj> lockObjects, boolean keepAlive, int numRetries, int sleepTime)
           
 void ZooKeeperHiveLockManager.setContext(HiveLockManagerCtx ctx)
           
 void ZooKeeperHiveLockManager.unlock(HiveLock hiveLock)
           
 



Copyright © 2011 The Apache Software Foundation