protected class Locking.ClientLockTable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<Locking.ClientLock> |
pending_release_reqs |
protected java.util.concurrent.ConcurrentMap<java.lang.String,java.util.Map<Owner,Locking.ClientLock>> |
table |
Modifier | Constructor and Description |
---|---|
protected |
ClientLockTable() |
Modifier and Type | Method and Description |
---|---|
void |
addToPendingReleaseRequests(Locking.ClientLock cl) |
protected Locking.ClientLock |
getLock(java.lang.String name,
Owner owner,
boolean create_if_absent) |
protected boolean |
removeClientLock(java.lang.String lock_name,
Owner owner) |
void |
removeFromPendingReleaseRequests(Locking.ClientLock cl) |
protected void |
resendPendingLockRequests() |
java.lang.String |
toString() |
protected void |
unlockAll() |
protected java.util.Collection<java.util.Map<Owner,Locking.ClientLock>> |
values() |
protected final java.util.concurrent.ConcurrentMap<java.lang.String,java.util.Map<Owner,Locking.ClientLock>> table
protected final java.util.Set<Locking.ClientLock> pending_release_reqs
protected Locking.ClientLock getLock(java.lang.String name, Owner owner, boolean create_if_absent)
protected boolean removeClientLock(java.lang.String lock_name, Owner owner)
protected void unlockAll()
protected void resendPendingLockRequests()
protected java.util.Collection<java.util.Map<Owner,Locking.ClientLock>> values()
public java.lang.String toString()
toString
in class java.lang.Object
public void addToPendingReleaseRequests(Locking.ClientLock cl)
public void removeFromPendingReleaseRequests(Locking.ClientLock cl)
Copyright © 1998-2020 Red Hat. All Rights Reserved.