Package | Description |
---|---|
sirius.tagliatelle | |
sirius.web.health |
System health monitoring
Provides tools to collect metrics and to monitor a cluster of machines.
|
sirius.web.health.console |
Commands for the built-in console
Contains commands for the web-based console (/system/console).
|
sirius.web.security | |
sirius.web.tasks | |
sirius.web.util |
Modifier and Type | Method and Description |
---|---|
void |
TagliatelleController.overview(WebContext ctx)
Renders a list of all known tags.
|
void |
TagliatelleController.tagInfo(WebContext ctx,
String tagLib,
String tag)
Renders details for the given tag.
|
void |
TagliatelleController.tagState(WebContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
SystemController.console(WebContext ctx) |
void |
SystemController.state(WebContext ctx)
Reports the system and cluster state.
|
void |
SystemController.timing(WebContext ctx)
Provides a list of recorded micro timings.
|
Modifier and Type | Class and Description |
---|---|
class |
ConsoleService
Provides the glue logic between the system console UI and the
Command s. |
Modifier and Type | Method and Description |
---|---|
void |
ScopeDefaultConfigController.config(WebContext ctx,
String name)
Shows the default scope config for the given config file.
|
void |
ScopeDefaultConfigController.defaultConfig(WebContext ctx)
Shows the default scope config for the first of the known default config file.
|
Modifier and Type | Method and Description |
---|---|
void |
ManagedTasksController.scripting(WebContext ctx)
Displays the system scripting facility.
|
void |
ManagedTasksController.scriptingExecute(WebContext ctx,
JSONStructuredOutput json)
Executes the given script.
|
Modifier and Type | Method and Description |
---|---|
void |
TranslationController.export(WebContext ctx)
Exports all loaded translations into a xls file containing all supported languages
|
void |
TranslationController.export(WebContext ctx,
String filter)
Exports all loaded translations matching the given filter into a xls file containing all supported languages
|
Copyright © 2018. All rights reserved.