ServerController class

Inheritance

Constructors

ServerController(Kuzzle kuzzle)

Properties

accessor String?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
kuzzle Kuzzle
finalinherited
name String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

adminExists() Future<bool>
Checks if an administrator user exists
getAllStats() Future<Map<String, dynamic>>
Returns all stored statistics frames
getConfig() Future<Map<String, dynamic>>
Returns the Kuzzle configuration
getLastStats() Future<Map<String, dynamic>>
Returns the last statistics frame
getStats(DateTime startTime, DateTime stopTime) Future<Map<String, dynamic>>
Returns the statistics frame from a date
info() Future<Map<String, dynamic>>
Returns the Kuzzle server information
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
now() Future<DateTime>
Get server's current timestamp
toString() String
A string representation of this object.
inherited

Operators

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