public interface AggregateEndpointManager extends ConnectionListenable
Modifier and Type | Method and Description |
---|---|
Collection<TcpIpConnection> |
getActiveConnections() |
Collection<TcpIpConnection> |
getConnections() |
AdvancedNetworkStats |
getInboundNetworkStats()
Gets network stats for incoming traffic.
|
AdvancedNetworkStats |
getOutboundNetworkStats()
Gets network stats for outgoing traffic.
|
addConnectionListener
Collection<TcpIpConnection> getConnections()
Collection<TcpIpConnection> getActiveConnections()
AdvancedNetworkStats getInboundNetworkStats()
null
if Advanced Networking is disabledAdvancedNetworkStats getOutboundNetworkStats()
null
if Advanced Networking is disabledCopyright © 2021 Hazelcast, Inc.. All Rights Reserved.