Package com.hazelcast.util.counters

Provides various counter implementations.

See:
          Description

Interface Summary
Counter A Counter keeps track of a long value.
 

Class Summary
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.
 

Package com.hazelcast.util.counters Description

Provides various counter implementations.



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