| Package | Description | 
|---|---|
| com.hazelcast.internal.networking.nio | Contains the non blocking  EventLoopGroupfunctionality. | 
| com.hazelcast.internal.util.counters | Provides various counter implementations. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Counter | ChannelInboundHandlerWithCounters. normalPacketsRead | 
| protected Counter | ChannelInboundHandlerWithCounters. priorityPacketsRead | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ChannelInboundHandlerWithCounters. setNormalPacketsRead(Counter normalPacketsRead) | 
| void | ChannelInboundHandlerWithCounters. setPriorityPacketsRead(Counter priorityPacketsRead) | 
| 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. | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.