| Package | Description | 
|---|---|
| com.hazelcast.instance | 
 This package contains Hazelcast Instance functionality. 
 | 
| com.hazelcast.internal.jmx | 
 Contains Hazelcast management bean classes. 
 | 
| com.hazelcast.internal.management.dto | 
 These contain the DTO object to exchange information with the management center. 
 | 
| 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.  | 
| Modifier and Type | Field and Description | 
|---|---|
ConnectionManager | 
Node.connectionManager  | 
| Modifier and Type | Method and Description | 
|---|---|
ConnectionManager | 
NodeContext.createConnectionManager(Node node,
                       ServerSocketChannel serverSocketChannel)  | 
ConnectionManager | 
DefaultNodeContext.createConnectionManager(Node node,
                       ServerSocketChannel serverSocketChannel)  | 
ConnectionManager | 
Node.getConnectionManager()  | 
| Modifier and Type | Method and Description | 
|---|---|
ConnectionManager | 
ConnectionManagerMBean.getConnectionManager()  | 
| Constructor and Description | 
|---|
ConnectionManagerMBean(HazelcastInstance hazelcastInstance,
                      ConnectionManager connectionManager,
                      ManagementService service)  | 
| Constructor and Description | 
|---|
ConnectionManagerDTO(ConnectionManager cm)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TcpIpConnectionManager  | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.