Package | Description |
---|---|
sirius.kernel.cache |
Provides a framework for building and using caches.
|
sirius.kernel.health |
Provides tools to record the system state and to log and handle exceptions.
|
sirius.kernel.health.metrics |
Used to record and monitor system metrics.
|
sirius.kernel.timer |
Support for executing tasks in regular intervals.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheEvictionTimer
Invoked regularly to remove outdated entries from the system caches.
|
Modifier and Type | Class and Description |
---|---|
class |
CleanLogsTask
Automatically deletes old log files.
|
Modifier and Type | Class and Description |
---|---|
class |
Metrics
Collects and stores metrics for various parts of the system.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EveryDay
Parts registered for this interface will be invoked one time per day.
|
interface |
EveryHour
Parts registered for this interface will be invoked every hour.
|
interface |
EveryMinute
Parts registered for this interface will be invoked every minute.
|
interface |
EveryTenMinutes
Parts registered for this interface will be invoked every ten minutes.
|
interface |
EveryTenSeconds
Parts registered for this interface will be invoked every ten seconds.
|
Copyright © 2018. All rights reserved.