| Package | Description | 
|---|---|
| com.hazelcast.internal.util.counters | Provides various counter implementations. | 
| com.hazelcast.nio.tcp | Contains functionality for the TCP/IP Networking between cluster members This whole package is internal and no compatibility will be provided. | 
| com.hazelcast.nio.tcp.nonblocking | Contains the non blocking  TcpIpConnectionMonitor. | 
| com.hazelcast.nio.tcp.spinning | Contains the implementation of the  SpinningIOThreadingModel. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MwCounterA  Counterthat is thread-safe; so can be incremented by multiple threads concurrently. | 
| class  | SwCounterA  Counterthat is made to be used by a single writing thread. | 
| Modifier and Type | Method and Description | 
|---|---|
| Counter | SocketReader. getNormalFramesReadCounter()Gets the Counter that counts the number of normal packets that have been read. | 
| Counter | SocketReader. getPriorityFramesReadCounter()Gets the Counter that counts the number of priority packets that have been read. | 
| Modifier and Type | Method and Description | 
|---|---|
| Counter | NonBlockingSocketReader. getNormalFramesReadCounter() | 
| Counter | NonBlockingSocketReader. getPriorityFramesReadCounter() | 
| Modifier and Type | Method and Description | 
|---|---|
| Counter | SpinningSocketReader. getNormalFramesReadCounter() | 
| Counter | SpinningSocketReader. getPriorityFramesReadCounter() | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.