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.
|
com.hazelcast.nio.tcp |
Contains functionality for the TCP/IP Networking between cluster members
This whole package is internal and no compatibility will be provided. |
com.hazelcast.nio.tcp.nonblocking |
Contains the non blocking
TcpIpConnectionMonitor . |
com.hazelcast.nio.tcp.spinning |
Contains the implementation of the
SpinningIOThreadingModel . |
Class and Description |
---|
SwCounter
A
Counter that is made to be used by a single writing thread. |
Class and Description |
---|
Counter
A Counter keeps track of a long value.
|
MwCounter
A
Counter that is thread-safe; so can be incremented by multiple threads concurrently. |
SwCounter
A
Counter that is made to be used by a single writing thread. |
Class and Description |
---|
Counter
A Counter keeps track of a long value.
|
Class and Description |
---|
Counter
A Counter keeps track of a long value.
|
Class and Description |
---|
Counter
A Counter keeps track of a long value.
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.