Package | Description |
---|---|
com.hazelcast.client.connection.nio |
Contains classes related to New IO for com.hazelcast.client.connection
|
com.hazelcast.internal.util.counters |
Provides various counter implementations.
|
Modifier and Type | Field and Description |
---|---|
protected SwCounter |
AbstractClientSelectionHandler.eventCount |
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 © 2016 Hazelcast, Inc.. All Rights Reserved.