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 interfaceCounterDeprecated.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 SyncCounterCounterService. getOrCreateSyncCounter(java.lang.String name, long initial_value)SyncCounterAsyncCounter. sync() -
Uses of SyncCounter in org.jgroups.protocols
Classes in org.jgroups.protocols that implement SyncCounter Modifier and Type Class Description private static classCOUNTER.SyncCounterImplMethods in org.jgroups.protocols that return SyncCounter Modifier and Type Method Description SyncCounterCOUNTER.CounterImpl. sync()
-