org.apache.blur.thrift
Class ClientLock

java.lang.Object
  extended by java.util.concurrent.locks.ReentrantLock
      extended by org.apache.blur.thrift.ClientLock
All Implemented Interfaces:
Serializable, java.util.concurrent.locks.Lock

public class ClientLock
extends java.util.concurrent.locks.ReentrantLock

See Also:
Serialized Form

Constructor Summary
ClientLock(String desc)
           
 
Method Summary
 void errorFailLock()
           
 
Methods inherited from class java.util.concurrent.locks.ReentrantLock
getHoldCount, getQueueLength, getWaitQueueLength, hasQueuedThread, hasQueuedThreads, hasWaiters, isFair, isHeldByCurrentThread, isLocked, lock, lockInterruptibly, newCondition, toString, tryLock, tryLock, unlock
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClientLock

public ClientLock(String desc)
Method Detail

errorFailLock

public void errorFailLock()


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.