public final class MirroringStatistics extends Object
| Modifier and Type | Method and Description | 
|---|---|
long | 
bytes()
Returns the transmitted bytes. 
 | 
boolean | 
equals(Object obj)  | 
int | 
hashCode()  | 
static MirroringStatistics | 
mirroringStatistics(String name,
                   Map<String,Integer> statistics)
Creates a MirroringStatistics using the supplied information. 
 | 
MirroringName | 
name()
Returns the mirroring name string. 
 | 
long | 
packets()
Returns the transmitted packtes. 
 | 
String | 
toString()  | 
public static MirroringStatistics mirroringStatistics(String name, Map<String,Integer> statistics)
name - the name of the mirroringstatistics - the associated statisticspublic MirroringName name()
public long bytes()
public long packets()