Package | Description |
---|---|
com.hazelcast.nio |
This package contains classes related to New IO
|
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 | Class and Description |
---|---|
class |
DefaultAggregateEndpointManager |
class |
UnifiedAggregateEndpointManager |
Modifier and Type | Method and Description |
---|---|
AggregateEndpointManager |
NetworkingService.getAggregateEndpointManager()
Return an aggregate endpoint which acts as a view of all endpoints merged together for reporting purposes
eg.
|
Modifier and Type | Method and Description |
---|---|
AggregateEndpointManager |
TcpIpNetworkingService.getAggregateEndpointManager()
The aggregate endpoint manager acts as a composite of all configured endpoints.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.