| Package | Description | 
|---|---|
| com.hazelcast.internal.util.counters | 
 Provides various counter implementations. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MwCounter
A  
Counter that is thread-safe; so can be incremented by multiple threads concurrently. | 
class  | 
SwCounter
A  
Counter that is made to be used by a single writing thread. | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.