RelayStats class

relay stats

Constructors

RelayStats()

Properties

activeRequests int
number of active requests on this relay
getter/setter pair
connectionErrors int
number of connection errors
getter/setter pair
connections int
number of connections
getter/setter pair
dataReadBytes Map<int, int>
kind as keys, bytes amount as values
getter/setter pair
dataWrittenBytes Map<int, int>
kind as keys, bytes amount as values
getter/setter pair
eventsRead Map<int, int>
kind as keys, count as values
getter/setter pair
eventsWritten Map<int, int>
kind as keys, count as values
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getTotalBytesRead() int
Get total bytes read this relay
getTotalEventsRead() int
Get total number of read events in this relay
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited