public interface NetworkStats
EndpointManager
for both directions of network traffic (inbound or outbound).
Stores number of bytes sent and received. Used only when Advanced Networking is enabled.
Modifier and Type | Method and Description |
---|---|
long |
getBytesReceived()
Returns number of bytes received over all connections (active and closed) managed by
the EndpointManager.
|
long |
getBytesSent()
Returns number of bytes sent over all connections (active and closed) managed by
the EndpointManager.
|
long getBytesReceived()
long getBytesSent()
Copyright © 2019 Hazelcast, Inc.. All rights reserved.