Stats class

Constructors

Stats(ServerConfig config, int serviceId, String prefix, String className)

Properties

className String
getter/setter pair
config ServerConfig
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pointPrefix String
no setter
points List<Point>
getter/setter pair
prefix String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceId int
getter/setter pair
tags Map<String, String>
getter/setter pair

Methods

addPoint(String key, int value) Future
addTag(String tagName, String value) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveStats(int queriesCount, int timeMs) Future
toString() String
A string representation of this object.
inherited

Operators

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