Uses of Interface
org.apache.hadoop.hbase.InterProcessLock

Packages that use InterProcessLock
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.zookeeper.lock   
 

Uses of InterProcessLock in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return InterProcessLock
 InterProcessLock InterProcessReadWriteLock.readLock(byte[] metadata)
          Obtain a read lock containing given metadata.
 InterProcessLock InterProcessReadWriteLock.writeLock(byte[] metadata)
          Obtain a write lock containing given metadata.
 

Uses of InterProcessLock in org.apache.hadoop.hbase.zookeeper.lock
 

Classes in org.apache.hadoop.hbase.zookeeper.lock that implement InterProcessLock
 class ZKInterProcessLockBase
          ZooKeeper based HLock implementation.
 class ZKInterProcessReadLock
          ZooKeeper based read lock: does not exclude other read locks, but excludes and is excluded by write locks.
 class ZKInterProcessWriteLock
          ZooKeeper based write lock:
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.