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

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

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

Fields in org.apache.hadoop.hbase.zookeeper.lock declared as InterProcessLock.MetadataHandler
protected  InterProcessLock.MetadataHandler ZKInterProcessLockBase.handler
           
 

Constructors in org.apache.hadoop.hbase.zookeeper.lock with parameters of type InterProcessLock.MetadataHandler
ZKInterProcessLockBase(ZooKeeperWatcher zkWatcher, String parentLockNode, byte[] metadata, InterProcessLock.MetadataHandler handler, String childNode)
          Called by implementing classes.
ZKInterProcessReadLock(ZooKeeperWatcher zooKeeperWatcher, String znode, byte[] metadata, InterProcessLock.MetadataHandler handler)
           
ZKInterProcessReadWriteLock(ZooKeeperWatcher zkWatcher, String znode, InterProcessLock.MetadataHandler handler)
          Creates a DistributedReadWriteLock instance.
ZKInterProcessWriteLock(ZooKeeperWatcher zooKeeperWatcher, String znode, byte[] metadata, InterProcessLock.MetadataHandler handler)
           
 



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