public final class NetGroupInfo
extends java.lang.Object
NetGroupInfo - NetGroupInfo class specifies various Quality of Service (QoS) statistics
 related to a NetGroup object's underlying RTMFP Peer-to-Peer data transport.
 The NetGroup.info() property returns a NetGroupInfo object which is a snapshot of the current QoS state.| Modifier and Type | Method and Description | 
|---|---|
long | 
objectReplicationReceiveBytesPerSecond()
Specifies the rate at which the local node is receiving objects from peers
 via the Object Replication system, in bytes per second. 
 | 
long | 
objectReplicationSendBytesPerSecond()
Specifies the rate at which objects are being copied from the local node to peers
 by the Object Replication system, in bytes per second. 
 | 
long | 
postingReceiveControlBytesPerSecond()
Specifies the rate at which the local node is receiving posting control overhead messages from peers,
 in bytes per second. 
 | 
long | 
postingReceiveDataBytesPerSecond()
Specifies the rate at which the local node is receiving posting data from peers,
 in bytes per second. 
 | 
long | 
postingSendControlBytesPerSecond()
Specifies the rate at which the local node is sending posting control overhead messages to peers,
 in bytes per second. 
 | 
long | 
postingSendDataBytesPerSecond()
Specifies the rate at which the local node is sending posting data to peers, in bytes per second. 
 | 
long | 
routingReceiveBytesPerSecond()
Specifies the rate at which the local node is receiving directed routing messages from peers,
 in bytes per second. 
 | 
long | 
routingSendBytesPerSecond()
Specifies the rate at which the local node is sending directed routing messages to peers,
 in bytes per second. 
 | 
public long objectReplicationReceiveBytesPerSecond()
public long objectReplicationSendBytesPerSecond()
public long postingReceiveControlBytesPerSecond()
public long postingReceiveDataBytesPerSecond()
public long postingSendControlBytesPerSecond()
public long postingSendDataBytesPerSecond()
public long routingReceiveBytesPerSecond()
public long routingSendBytesPerSecond()