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