Uses of Class
org.jgroups.protocols.COUNTER.RequestType
-
Packages that use COUNTER.RequestType 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.RequestType in org.jgroups.protocols
Methods in org.jgroups.protocols that return COUNTER.RequestType Modifier and Type Method Description COUNTER.RequestType
COUNTER.AddAndGetRequest. getRequestType()
COUNTER.RequestType
COUNTER.CompareAndSetRequest. getRequestType()
COUNTER.RequestType
COUNTER.DeleteRequest. getRequestType()
COUNTER.RequestType
COUNTER.GetOrCreateRequest. getRequestType()
COUNTER.RequestType
COUNTER.ReconcileRequest. getRequestType()
COUNTER.RequestType
COUNTER.Request. getRequestType()
COUNTER.RequestType
COUNTER.ResendPendingRequests. getRequestType()
COUNTER.RequestType
COUNTER.SetRequest. getRequestType()
COUNTER.RequestType
COUNTER.UpdateRequest. getRequestType()
static COUNTER.RequestType
COUNTER.RequestType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static COUNTER.RequestType[]
COUNTER.RequestType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-