-
- All Implemented Interfaces:
public final class ServerController extends BaseController
-
-
Constructor Summary
Constructors Constructor Description ServerController(Kuzzle kuzzle)
-
Method Summary
Modifier and Type Method Description final CompletableFuture<Boolean>adminExists()final CompletableFuture<Map<String, Object>>getAllStats()final CompletableFuture<Map<String, Object>>getConfig()final CompletableFuture<Map<String, Object>>getLastStats()final CompletableFuture<Map<String, Object>>getStats(Date startTime, Date stopTime)final CompletableFuture<Map<String, Object>>info()final CompletableFuture<Date>now()-
-
Constructor Detail
-
ServerController
ServerController(Kuzzle kuzzle)
-
-
Method Detail
-
adminExists
final CompletableFuture<Boolean> adminExists()
-
getAllStats
final CompletableFuture<Map<String, Object>> getAllStats()
-
getConfig
final CompletableFuture<Map<String, Object>> getConfig()
-
getLastStats
final CompletableFuture<Map<String, Object>> getLastStats()
-
info
final CompletableFuture<Map<String, Object>> info()
-
now
final CompletableFuture<Date> now()
-
-
-
-