| Package | Description |
|---|---|
| com.hazelcast.internal.nio | |
| com.hazelcast.internal.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 | Method and Description |
|---|---|
NetworkStats |
EndpointManager.getNetworkStats()
Returns network stats for inbound and outbound traffic.
|
| Modifier and Type | Method and Description |
|---|---|
Map<EndpointQualifier,NetworkStats> |
DefaultAggregateEndpointManager.getNetworkStats() |
Map<EndpointQualifier,NetworkStats> |
UnifiedAggregateEndpointManager.getNetworkStats() |
Map<EndpointQualifier,NetworkStats> |
AggregateEndpointManager.getNetworkStats()
Returns network stats for inbound and outbound traffic per
EndpointQualifier. |
| Modifier and Type | Method and Description |
|---|---|
NetworkStats |
TcpIpEndpointManager.getNetworkStats() |
NetworkStats |
ClientViewUnifiedEndpointManager.getNetworkStats() |
NetworkStats |
TextViewUnifiedEndpointManager.getNetworkStats() |
NetworkStats |
MemberViewUnifiedEndpointManager.getNetworkStats() |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.