| Package | Description |
|---|---|
| io.rainfall.configuration | |
| io.rainfall.reporting |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Enum<E>> |
ReportingConfig.every(Reporter<E> reporter,
long amount,
TimeUnit unit) |
static Reporter |
ReportingConfig.hlog() |
static Reporter |
ReportingConfig.hlog(boolean periodic) |
static Reporter |
ReportingConfig.hlog(String outputPath) |
static Reporter |
ReportingConfig.hlog(String outputPath,
boolean periodic) |
static Reporter |
ReportingConfig.html() |
static Reporter |
ReportingConfig.html(String outputPath) |
static Reporter |
ReportingConfig.text() |
| Modifier and Type | Method and Description |
|---|---|
Set<Reporter<E>> |
ReportingConfig.getLogReporters() |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Enum<E>> |
ReportingConfig.every(Reporter<E> reporter,
long amount,
TimeUnit unit) |
ReportingConfig |
ReportingConfig.log(Reporter... reporters) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileReporter<E extends Enum<E>> |
class |
HlogReporter<E extends Enum<E>> |
class |
HtmlReporter<E extends Enum<E>> |
class |
JdbcReporter<E extends Enum<E>> |
class |
PeriodicHlogReporter<E extends Enum<E>> |
class |
PeriodicReporter<E extends Enum<E>> |
class |
TextReporter<E extends Enum<E>>
report the statistics to the text console
|
| Constructor and Description |
|---|
PeriodicReporter(Reporter<E> reporter,
long reportingIntervalInMillis) |
Copyright © 2023. All rights reserved.