Uses of Interface
org.jgroups.blocks.atomic.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
Methods in org.jgroups.blocks.atomic that return Counter Modifier and Type Method Description Counter
CounterService. getOrCreateCounter(java.lang.String name, long initial_value)
Returns an existing counter, or creates a new one if none exists -
Uses of Counter in org.jgroups.protocols
Classes in org.jgroups.protocols that implement Counter Modifier and Type Class Description protected class
COUNTER.CounterImpl
Methods in org.jgroups.protocols that return Counter Modifier and Type Method Description Counter
COUNTER. getOrCreateCounter(java.lang.String name, long initial_value)
-