Uses of Class
org.jgroups.protocols.Locking
-
Packages that use Locking Package Description org.jgroups.blocks.locking org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of Locking in org.jgroups.blocks.locking
Fields in org.jgroups.blocks.locking declared as Locking Modifier and Type Field Description protected LockingLockService. lock_prot -
Uses of Locking in org.jgroups.protocols
Subclasses of Locking in org.jgroups.protocols Modifier and Type Class Description classCENTRAL_LOCKImplementation of a locking protocol which acquires locks by contacting the coordinator.classCENTRAL_LOCK2Implementation of a locking protocol which acquires locks by asking the coordinator.
Because the coordinator maintains all locks, no total ordering of requests is required.
CENTRAL_LOCK2 has all members send lock and unlock requests to the current coordinator.
-