GraphiteSender class abstract

Implementers

Constructors

GraphiteSender()

Properties

failures int
Returns the number of failed writes to the server.
no setter
hashCode int
The hash code for this object.
no setterinherited
isConnected bool
Returns true if ready to send data.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future
Close the connection to the server.
connect() Future
Connects to the server.
flush() Future
Flushes buffer, if applicable.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(String name, String value, DateTime time) → void
Sends the given measurement to the server.
toString() String
A string representation of this object.
inherited

Operators

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