Uses of Class
org.jgroups.protocols.Locking.ClientLock
-
Packages that use Locking.ClientLock Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of Locking.ClientLock in org.jgroups.protocols
Fields in org.jgroups.protocols declared as Locking.ClientLock Modifier and Type Field Description protected Locking.ClientLock
Locking.ClientCondition. lock
Fields in org.jgroups.protocols with type parameters of type Locking.ClientLock Modifier and Type Field Description protected java.util.Set<Locking.ClientLock>
Locking.ClientLockTable. pending_release_reqs
protected java.util.concurrent.ConcurrentMap<java.lang.String,java.util.Map<Owner,Locking.ClientLock>>
Locking.ClientLockTable. table
Methods in org.jgroups.protocols that return Locking.ClientLock Modifier and Type Method Description protected Locking.ClientLock
Locking. createLock(java.lang.String lock_name, Owner owner)
protected Locking.ClientLock
Locking.ClientLockTable. getLock(java.lang.String name, Owner owner, boolean create_if_absent)
protected Locking.ClientLock
Locking. getLock(java.lang.String name)
protected Locking.ClientLock
Locking. getLock(java.lang.String name, boolean create_if_absent)
Methods in org.jgroups.protocols that return types with arguments of type Locking.ClientLock Modifier and Type Method Description protected java.util.Collection<java.util.Map<Owner,Locking.ClientLock>>
Locking.ClientLockTable. values()
Methods in org.jgroups.protocols with parameters of type Locking.ClientLock Modifier and Type Method Description void
Locking.ClientLockTable. addToPendingReleaseRequests(Locking.ClientLock cl)
int
Locking.ClientLock. compareTo(Locking.ClientLock o)
void
Locking.ClientLockTable. removeFromPendingReleaseRequests(Locking.ClientLock cl)
Constructors in org.jgroups.protocols with parameters of type Locking.ClientLock Constructor Description ClientCondition(Locking.ClientLock lock)
-