Uses of Interface
org.jgroups.blocks.atomic.Counter

Packages that use Counter
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
 Counter CounterService.getOrCreateCounter(java.lang.String name, long initial_value)
          Returns an existing counter, or creates a new one if none exists
 

Uses of Counter in org.jgroups.protocols
 

Classes in org.jgroups.protocols that implement Counter
protected  class COUNTER.CounterImpl
           
 

Methods in org.jgroups.protocols that return Counter
 Counter COUNTER.getOrCreateCounter(java.lang.String name, long initial_value)
           
 



Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.