public class PageHistoryDiagnoster extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PageHistoryDiagnoster.DiagnosticPageBuilder
Parameters for diagnostic pages.
|
| Modifier and Type | Field and Description |
|---|---|
protected GridKernalContext |
ctx
Kernal context.
|
protected IgniteLogger |
log
Diagnostic logger.
|
| Constructor and Description |
|---|
PageHistoryDiagnoster(GridKernalContext ctx,
BiFunction<File,DiagnosticProcessor.DiagnosticFileWriteMode,File> supplier) |
| Modifier and Type | Method and Description |
|---|---|
void |
dumpPageHistory(PageHistoryDiagnoster.DiagnosticPageBuilder builder)
Dump all history caches of given page.
|
void |
onStart()
Do action on start.
|
@GridToStringExclude protected final GridKernalContext ctx
@GridToStringExclude protected final IgniteLogger log
public PageHistoryDiagnoster(GridKernalContext ctx, BiFunction<File,DiagnosticProcessor.DiagnosticFileWriteMode,File> supplier)
ctx - Kernal context.supplier - Function to provide target end file to store diagnostic info.public void onStart()
public void dumpPageHistory(@NotNull
PageHistoryDiagnoster.DiagnosticPageBuilder builder)
throws IgniteCheckedException
builder - Parameters of dumping.IgniteCheckedException - If scanning was failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020