Uses of Class
org.jgroups.protocols.COUNTER
-
Packages that use COUNTER Package Description org.jgroups.blocks.atomic org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of COUNTER in org.jgroups.blocks.atomic
Fields in org.jgroups.blocks.atomic declared as COUNTER Modifier and Type Field Description protected COUNTER
CounterService. counter_prot
-
Uses of COUNTER in org.jgroups.protocols
Methods in org.jgroups.protocols that return COUNTER Modifier and Type Method Description COUNTER
COUNTER. setBypassBundling(boolean bypass_bundling)
COUNTER
COUNTER. setNumberOfBackups(int num_backups)
Methods in org.jgroups.protocols with parameters of type COUNTER Modifier and Type Method Description void
COUNTER.AddAndGetRequest. execute(COUNTER protocol, Address sender)
void
COUNTER.CompareAndSetRequest. execute(COUNTER protocol, Address sender)
void
COUNTER.DeleteRequest. execute(COUNTER protocol, Address sender)
void
COUNTER.GetOrCreateRequest. execute(COUNTER protocol, Address sender)
void
COUNTER.ReconcileRequest. execute(COUNTER protocol, Address sender)
void
COUNTER.Request. execute(COUNTER protocol, Address sender)
void
COUNTER.ResendPendingRequests. execute(COUNTER protocol, Address sender)
void
COUNTER.SetRequest. execute(COUNTER protocol, Address sender)
void
COUNTER.UpdateRequest. execute(COUNTER protocol, Address sender)
-