Uses of Class
org.jgroups.protocols.Locking.ClientLock
Packages that use Locking.ClientLock
Package
Description
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.ClientLockFields in org.jgroups.protocols with type parameters of type Locking.ClientLockModifier and TypeFieldDescriptionprotected final Set<Locking.ClientLock> Locking.ClientLockTable.pending_release_reqsprotected final ConcurrentMap<String, Map<Owner, Locking.ClientLock>> Locking.ClientLockTable.tableMethods in org.jgroups.protocols that return Locking.ClientLockModifier and TypeMethodDescriptionprotected Locking.ClientLockLocking.createLock(String lock_name, Owner owner) Deprecated.protected Locking.ClientLockprotected Locking.ClientLockDeprecated.protected Locking.ClientLockDeprecated.Methods in org.jgroups.protocols that return types with arguments of type Locking.ClientLockModifier and TypeMethodDescriptionprotected Collection<Map<Owner, Locking.ClientLock>> Locking.ClientLockTable.values()Methods in org.jgroups.protocols with parameters of type Locking.ClientLockModifier and TypeMethodDescriptionvoidLocking.ClientLockTable.addToPendingReleaseRequests(Locking.ClientLock cl) intLocking.ClientLock.compareTo(Locking.ClientLock o) voidLocking.ClientLockTable.removeFromPendingReleaseRequests(Locking.ClientLock cl) Constructors in org.jgroups.protocols with parameters of type Locking.ClientLock