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 Locking
LockService. lock_prot
-
Uses of Locking in org.jgroups.protocols
Subclasses of Locking in org.jgroups.protocols Modifier and Type Class Description class
CENTRAL_LOCK
Implementation of a locking protocol which acquires locks by contacting the coordinator.class
CENTRAL_LOCK2
Implementation 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.
-