Uses of Interface
org.jgroups.blocks.atomic.BaseCounter
-
Packages that use BaseCounter 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 BaseCounter in org.jgroups.blocks.atomic
Subinterfaces of BaseCounter in org.jgroups.blocks.atomic Modifier and Type Interface Description interface
AsyncCounter
An asynchronous counter interface.interface
Counter
Deprecated.Since 5.2 and to be removed in a future version.interface
SyncCounter
A synchronous counter interface -
Uses of BaseCounter in org.jgroups.protocols
Classes in org.jgroups.protocols that implement BaseCounter Modifier and Type Class Description protected class
COUNTER.CounterImpl
-