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 class
COUNTER.AddAndGetRequest
protected static class
COUNTER.CompareAndSetRequest
protected static class
COUNTER.DeleteRequest
protected static class
COUNTER.GetOrCreateRequest
protected static class
COUNTER.ReconcileRequest
protected static class
COUNTER.ResendPendingRequests
protected static class
COUNTER.SetRequest
protected static class
COUNTER.SimpleRequest
protected static class
COUNTER.UpdateRequest
Fields 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_requests
Methods in org.jgroups.protocols that return COUNTER.Request Modifier and Type Method Description protected static COUNTER.Request
COUNTER. createRequest(COUNTER.RequestType type)
protected static COUNTER.Request
COUNTER. requestFromBuffer(byte[] buf, int offset, int length)
Methods in org.jgroups.protocols with parameters of type COUNTER.Request Modifier and Type Method Description protected void
COUNTER. handleRequest(COUNTER.Request req, Address sender)
protected static Buffer
COUNTER. requestToBuffer(COUNTER.Request req)
protected static COUNTER.RequestType
COUNTER. requestToRequestType(COUNTER.Request req)
protected void
COUNTER. sendRequest(Address dest, COUNTER.Request req)
-