Package | Description |
---|---|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.jmx |
Contains Hazelcast management bean classes.
|
com.hazelcast.management |
Contains classes to provide data/operation interface for Management Center.
|
com.hazelcast.nio.tcp |
Contains functionality for the TCP/IP Networking between cluster members
|
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 |
---|
SerializableConnectionManagerBean(ConnectionManager cm) |
Modifier and Type | Class and Description |
---|---|
class |
TcpIpConnectionManager |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.