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)
Deprecated.since 5.2. -
Uses of Counter in org.jgroups.protocols
Methods in org.jgroups.protocols that return Counter Modifier and Type Method Description Counter
COUNTER. getOrCreateCounter(java.lang.String name, long initial_value)
Deprecated.
-