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_protDeprecated. -
Uses of Locking in org.jgroups.protocols
Subclasses of Locking in org.jgroups.protocols Modifier and Type Class Description classCENTRAL_LOCKDeprecated.See http://belaban.blogspot.com/2020/11/i-hate-distributed-locks.html.classCENTRAL_LOCK2Deprecated.See http://belaban.blogspot.com/2020/11/i-hate-distributed-locks.html.Methods in org.jgroups.protocols that return Locking Modifier and Type Method Description LockingLocking. bypassBundling(boolean b)Deprecated.LockingLocking. setLockStripingSize(int l)Deprecated.LockingLocking. useThreadIdForLockOwner(boolean u)Deprecated.
-