Uses of Class
org.jgroups.protocols.Locking.Request
Packages that use Locking.Request
Package
Description
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.RequestModifier and TypeFieldDescriptionprotected List<Locking.Request> Locking.LockInfoResponse.pending_requestsprotected final List<Locking.Request> Locking.ServerLock.queueprotected final BlockingQueue<Locking.Request> CENTRAL_LOCK2.req_queueDeprecated.Methods in org.jgroups.protocols that return Locking.RequestModifier and TypeMethodDescriptionprotected Locking.RequestLocking.ServerLock.getNextRequest()Locking.Request.infoRsp(Locking.LockInfoResponse r) Locking.Request.lockId(int lock_id) Methods in org.jgroups.protocols that return types with arguments of type Locking.RequestModifier and TypeMethodDescriptionprotected List<Locking.Request> Locking.ClientLockTable.getPendingRequests(Address sender) Methods in org.jgroups.protocols with parameters of type Locking.RequestModifier and TypeMethodDescriptionprotected voidLocking.ServerLock.addToQueue(Locking.Request req) protected voidCENTRAL_LOCK2.handleLockInfoResponse(Address sender, Locking.Request rsp) Deprecated.protected voidLocking.handleLockInfoResponse(Address sender, Locking.Request rsp) Deprecated.protected voidLocking.handleLockRequest(Locking.Request req) Deprecated.protected voidCENTRAL_LOCK2.handleLockRevoked(Locking.Request rsp) Deprecated.protected voidLocking.handleLockRevoked(Locking.Request rsp) Deprecated.protected voidLocking.handleRequest(Locking.Request req) Deprecated.protected Locking.ResponseLocking.ServerLock.handleRequest(Locking.Request req) protected voidLocking.handleSignalRequest(Locking.Request req) Deprecated.protected voidCENTRAL_LOCK2.requestReceived(Locking.Request req) Deprecated.protected voidLocking.requestReceived(Locking.Request req) Deprecated.protected voidLocking.send(Address dest, Locking.Request req) Deprecated.protected voidCENTRAL_LOCK2.sendLockInfoRequestTo(Locking.Request req, Address[] mbrs, Address exclude) Deprecated.