Package org.apache.pulsar.client.util
Class NoOpLock
java.lang.Object
org.apache.pulsar.client.util.NoOpLock
- All Implemented Interfaces:
Lock
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NoOpLock
public NoOpLock()
-
-
Method Details
-
lock
public void lock() -
lockInterruptibly
- Specified by:
lockInterruptiblyin interfaceLock- Throws:
InterruptedException
-
tryLock
public boolean tryLock() -
tryLock
- Specified by:
tryLockin interfaceLock- Throws:
InterruptedException
-
unlock
public void unlock() -
newCondition
- Specified by:
newConditionin interfaceLock
-