| Package | Description |
|---|---|
| com.hazelcast.internal.networking.nio |
Contains the non blocking
EventLoopGroup functionality. |
| 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 |
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 © 2018 Hazelcast, Inc.. All Rights Reserved.