Uses of Package
com.hazelcast.util.counters

Packages that use com.hazelcast.util.counters
com.hazelcast.util.counters Provides various counter implementations. 
 

Classes in com.hazelcast.util.counters used by com.hazelcast.util.counters
Counter
          A Counter keeps track of a long value.
MwCounter
          A Counter that is thread-safe; so can be incremented by multiple threads concurrently.
SwCounter
          A Counter that is made to be used by a single writing thread.
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.