Uses of Interface
org.jgroups.protocols.COUNTER.Request
-
Packages that use COUNTER.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 COUNTER.Request in org.jgroups.protocols
Classes in org.jgroups.protocols that implement COUNTER.Request Modifier and Type Class Description protected static classCOUNTER.AddAndGetRequestprotected static classCOUNTER.CompareAndSetRequestprotected static classCOUNTER.DeleteRequestprotected static classCOUNTER.GetOrCreateRequestprotected static classCOUNTER.ReconcileRequestprotected static classCOUNTER.ResendPendingRequestsprotected static classCOUNTER.SetRequestprotected static classCOUNTER.SimpleRequestprotected static classCOUNTER.UpdateRequestFields in org.jgroups.protocols with type parameters of type COUNTER.Request Modifier and Type Field Description protected java.util.Map<Owner,Tuple<COUNTER.Request,Promise>>COUNTER. pending_requestsMethods in org.jgroups.protocols that return COUNTER.Request Modifier and Type Method Description protected static COUNTER.RequestCOUNTER. createRequest(COUNTER.RequestType type)protected static COUNTER.RequestCOUNTER. requestFromBuffer(byte[] buf, int offset, int length)Methods in org.jgroups.protocols with parameters of type COUNTER.Request Modifier and Type Method Description protected voidCOUNTER. handleRequest(COUNTER.Request req, Address sender)protected static BufferCOUNTER. requestToBuffer(COUNTER.Request req)protected static COUNTER.RequestTypeCOUNTER. requestToRequestType(COUNTER.Request req)protected voidCOUNTER. sendRequest(Address dest, COUNTER.Request req)
-