Uses of Class
org.jgroups.protocols.Locking.Request
-
Packages that use Locking.Request 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.Request in org.jgroups.protocols
Fields in org.jgroups.protocols with type parameters of type Locking.Request Modifier and Type Field Description protected java.util.List<Locking.Request>Locking.LockInfoResponse. pending_requestsprotected java.util.List<Locking.Request>Locking.ServerLock. queueprotected java.util.concurrent.BlockingQueue<Locking.Request>CENTRAL_LOCK2. req_queueMethods in org.jgroups.protocols that return Locking.Request Modifier and Type Method Description protected Locking.RequestLocking.ServerLock. getNextRequest()Locking.RequestLocking.Request. infoRsp(Locking.LockInfoResponse r)Locking.RequestLocking.Request. lockId(int lock_id)Locking.RequestLocking.Request. sender(Address sender)Methods in org.jgroups.protocols that return types with arguments of type Locking.Request Modifier and Type Method Description protected java.util.List<Locking.Request>Locking.ClientLockTable. getPendingRequests(Address sender)Methods in org.jgroups.protocols with parameters of type Locking.Request Modifier and Type Method Description protected voidLocking.ServerLock. addToQueue(Locking.Request req)protected voidCENTRAL_LOCK2. handleLockInfoResponse(Address sender, Locking.Request rsp)protected voidLocking. handleLockInfoResponse(Address sender, Locking.Request rsp)protected voidLocking. handleLockRequest(Locking.Request req)protected voidCENTRAL_LOCK2. handleLockRevoked(Locking.Request rsp)protected voidLocking. handleLockRevoked(Locking.Request rsp)protected voidLocking. handleRequest(Locking.Request req)protected Locking.ResponseLocking.ServerLock. handleRequest(Locking.Request req)protected voidLocking. handleSignalRequest(Locking.Request req)protected voidCENTRAL_LOCK2. requestReceived(Locking.Request req)protected voidLocking. requestReceived(Locking.Request req)protected voidLocking. send(Address dest, Locking.Request req)
-