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 CounterCounterService. getOrCreateCounter(java.lang.String name, long initial_value)Deprecated.since 5.2. -
Uses of Counter in org.jgroups.protocols
Classes in org.jgroups.protocols that implement Counter Modifier and Type Class Description private static classCOUNTER.SyncCounterImplMethods in org.jgroups.protocols that return Counter Modifier and Type Method Description CounterCOUNTER. getOrCreateCounter(java.lang.String name, long initial_value)Deprecated.
-