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_requests
protected java.util.List<Locking.Request>
Locking.ServerLock. queue
protected java.util.concurrent.BlockingQueue<Locking.Request>
CENTRAL_LOCK2. req_queue
Methods in org.jgroups.protocols that return Locking.Request Modifier and Type Method Description protected Locking.Request
Locking.ServerLock. getNextRequest()
Locking.Request
Locking.Request. infoRsp(Locking.LockInfoResponse r)
Locking.Request
Locking.Request. lockId(int lock_id)
Locking.Request
Locking.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 void
Locking.ServerLock. addToQueue(Locking.Request req)
protected void
CENTRAL_LOCK2. handleLockInfoResponse(Address sender, Locking.Request rsp)
protected void
Locking. handleLockInfoResponse(Address sender, Locking.Request rsp)
protected void
Locking. handleLockRequest(Locking.Request req)
protected void
CENTRAL_LOCK2. handleLockRevoked(Locking.Request rsp)
protected void
Locking. handleLockRevoked(Locking.Request rsp)
protected void
Locking. handleRequest(Locking.Request req)
protected Locking.Response
Locking.ServerLock. handleRequest(Locking.Request req)
protected void
Locking. handleSignalRequest(Locking.Request req)
protected void
CENTRAL_LOCK2. requestReceived(Locking.Request req)
protected void
Locking. requestReceived(Locking.Request req)
protected void
Locking. send(Address dest, Locking.Request req)
-