ServerController class
- Inheritance
- 
    - Object
- KuzzleController
- ServerController
 
Constructors
- ServerController(Kuzzle kuzzle)
Properties
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