ServerStats class

Constructors

ServerStats(double ourCost, int hardLimit, int softLimit, double costDecayPerSec, double bandwithCostPerByte, double sleep, int concurrentRequests, int sendSize, int sendCount, int receiveSize, int receiveCount)

Properties

bandwithCostPerByte double
getter/setter pair
concurrentRequests int
getter/setter pair
costDecayPerSec double
getter/setter pair
hardLimit int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ourCost double
getter/setter pair
props List<Object>
no setter
receiveCount int
getter/setter pair
receiveSize int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendCount int
getter/setter pair
sendSize int
getter/setter pair
sleep double
getter/setter pair
softLimit int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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