public class UnifiedAggregateEndpointManager extends Object implements AggregateEndpointManager
| Constructor and Description | 
|---|
UnifiedAggregateEndpointManager(TcpIpEndpointManager unified,
                               Map<EndpointQualifier,EndpointManager<TcpIpConnection>> views)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addConnectionListener(ConnectionListener listener)
Registers a ConnectionListener. 
 | 
Collection<TcpIpConnection> | 
getActiveConnections()  | 
Collection<TcpIpConnection> | 
getConnections()  | 
EndpointManager<TcpIpConnection> | 
getEndpointManager(EndpointQualifier qualifier)  | 
AdvancedNetworkStats | 
getInboundNetworkStats()
Gets network stats for incoming traffic. 
 | 
AdvancedNetworkStats | 
getOutboundNetworkStats()
Gets network stats for outgoing traffic. 
 | 
void | 
reset(boolean cleanListeners)  | 
public UnifiedAggregateEndpointManager(TcpIpEndpointManager unified, Map<EndpointQualifier,EndpointManager<TcpIpConnection>> views)
public Collection<TcpIpConnection> getActiveConnections()
getActiveConnections in interface AggregateEndpointManagerpublic Collection<TcpIpConnection> getConnections()
getConnections in interface AggregateEndpointManagerpublic EndpointManager<TcpIpConnection> getEndpointManager(EndpointQualifier qualifier)
public void reset(boolean cleanListeners)
public void addConnectionListener(ConnectionListener listener)
ConnectionListenableaddConnectionListener in interface ConnectionListenablelistener - the ConnectionListener to add.public AdvancedNetworkStats getInboundNetworkStats()
AggregateEndpointManagergetInboundNetworkStats in interface AggregateEndpointManagernull if Advanced Networking is disabledpublic AdvancedNetworkStats getOutboundNetworkStats()
AggregateEndpointManagergetOutboundNetworkStats in interface AggregateEndpointManagernull if Advanced Networking is disabledCopyright © 2021 Hazelcast, Inc.. All Rights Reserved.