Uses of Interface
org.jgroups.blocks.atomic.SyncCounter
-
Packages that use SyncCounter 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 SyncCounter in org.jgroups.blocks.atomic
Subinterfaces of SyncCounter in org.jgroups.blocks.atomic Modifier and Type Interface Description interface
Counter
Deprecated.Since 5.2 and to be removed in a future version.Methods in org.jgroups.blocks.atomic that return SyncCounter Modifier and Type Method Description SyncCounter
CounterService. getOrCreateSyncCounter(java.lang.String name, long initial_value)
SyncCounter
BaseCounter. sync()
Returns aSyncCounter
wrapper for this instance.default SyncCounter
SyncCounter. sync()
-
Uses of SyncCounter in org.jgroups.protocols
Methods in org.jgroups.protocols that return SyncCounter Modifier and Type Method Description SyncCounter
COUNTER.CounterImpl. sync()
-