Package | Description |
---|---|
com.hazelcast.internal.networking.nio |
Contains the non blocking
EventLoopGroup functionality. |
com.hazelcast.internal.networking.spinning |
Contains the implementation of the
SpinningEventLoopGroup . |
com.hazelcast.internal.util.counters |
Provides various counter implementations.
|
Modifier and Type | Field and Description |
---|---|
protected SwCounter |
AbstractHandler.completedMigrations |
protected SwCounter |
AbstractHandler.handleCount |
Modifier and Type | Method and Description |
---|---|
SwCounter |
NioChannelReader.getNormalFramesReadCounter() |
SwCounter |
NioChannelReader.getPriorityFramesReadCounter() |
Modifier and Type | Method and Description |
---|---|
SwCounter |
SpinningChannelReader.getNormalFramesReadCounter() |
SwCounter |
SpinningChannelReader.getPriorityFramesReadCounter() |
Modifier and Type | Method and Description |
---|---|
static SwCounter |
SwCounter.newSwCounter()
Creates a new SwCounter with 0 as initial value.
|
static SwCounter |
SwCounter.newSwCounter(long initialValue)
Creates a new SwCounter with the given initial value.
|
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.