public interface ServerService
Modifier and Type | Method and Description |
---|---|
void |
gc()
Runs the garbage collector on the repository.
|
ServerInfo |
getInfo()
Returns information about the configuration of the sever.
|
void |
logout()
Logs out the current user.
|
void |
shutdown()
Stops the server process in a graceful manner.
|
ServerInfo getInfo()
void gc()
void logout()
void shutdown()