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 for cluster members
This whole package is internal and no compatibility will be provided. |
Modifier and Type | Field and Description |
---|---|
NetworkingService |
Node.networkingService |
Modifier and Type | Method and Description |
---|---|
NetworkingService |
NodeContext.createNetworkingService(Node node,
ServerSocketRegistry registry) |
NetworkingService |
DefaultNodeContext.createNetworkingService(Node node,
ServerSocketRegistry registry) |
NetworkingService |
Node.getNetworkingService() |
Modifier and Type | Method and Description |
---|---|
NetworkingService |
NetworkingServiceMBean.getNetworkingService() |
Constructor and Description |
---|
NetworkingServiceMBean(HazelcastInstance hazelcastInstance,
NetworkingService ns,
ManagementService service) |
Constructor and Description |
---|
ConnectionManagerDTO(NetworkingService ns) |
Modifier and Type | Class and Description |
---|---|
class |
TcpIpNetworkingService |
Modifier and Type | Method and Description |
---|---|
NetworkingService |
TcpIpEndpointManager.getNetworkingService() |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.