Uses of Interface
org.jgroups.blocks.atomic.AsyncCounter
Packages that use AsyncCounter
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
-
Uses of AsyncCounter in org.jgroups.blocks.atomic
Methods in org.jgroups.blocks.atomic that return AsyncCounterModifier and TypeMethodDescriptiondefault AsyncCounterAsyncCounter.async()BaseCounter.async()Returns anAsyncCounterwrapper for this instance.default AsyncCounterCounter.async()Deprecated.Methods in org.jgroups.blocks.atomic that return types with arguments of type AsyncCounterModifier and TypeMethodDescriptionCounterService.getOrCreateAsyncCounter(String name, long initial_value) Returns an existing counter, or creates a new one if none exists -
Uses of AsyncCounter in org.jgroups.protocols
Classes in org.jgroups.protocols that implement AsyncCounterFields in org.jgroups.protocols declared as AsyncCounterMethods in org.jgroups.protocols that return AsyncCounterMethods in org.jgroups.protocols that return types with arguments of type AsyncCounterModifier and TypeMethodDescriptionCOUNTER.getOrCreateAsyncCounter(String name, long initial_value) Constructors in org.jgroups.protocols with parameters of type AsyncCounter