public static class IgniteUtils.LockTracer extends Object implements Lock
| Constructor and Description |
|---|
IgniteUtils.LockTracer(Lock delegate) |
| Modifier and Type | Method and Description |
|---|---|
long |
getLockUnlockCounter() |
Map<String,AtomicLong> |
getLockUnlockCounters() |
void |
lock() |
void |
lockInterruptibly() |
Condition |
newCondition() |
boolean |
tryLock() |
boolean |
tryLock(long time,
TimeUnit unit) |
void |
unlock() |
public IgniteUtils.LockTracer(Lock delegate)
delegate - Delegate.public void lockInterruptibly()
throws InterruptedException
lockInterruptibly in interface LockInterruptedExceptionpublic boolean tryLock(long time,
@NotNull
TimeUnit unit)
throws InterruptedException
tryLock in interface LockInterruptedException@NotNull public Condition newCondition()
newCondition in interface Lockpublic Map<String,AtomicLong> getLockUnlockCounters()
public long getLockUnlockCounter()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.1.0 Release Date : July 20 2017