@GridInternal public class VisorLogSearchTask extends VisorMultiNodeTask<VisorLogSearchTaskArg,VisorLogSearchTaskResult,Collection<VisorLogSearchResult>>
| Modifier and Type | Field and Description |
|---|---|
static int |
HALF
How many lines should be read before and after line with found text.
|
static int |
LINE_CNT
How many lines to read around line with found text.
|
debug, ignite, start, taskArg| Constructor and Description |
|---|
VisorLogSearchTask() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.ignite.internal.visor.log.VisorLogSearchTask.VisorLogSearchJob |
job(VisorLogSearchTaskArg arg) |
protected VisorLogSearchTaskResult |
reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
public static final int LINE_CNT
public static final int HALF
protected org.apache.ignite.internal.visor.log.VisorLogSearchTask.VisorLogSearchJob job(VisorLogSearchTaskArg arg)
job in class VisorMultiNodeTask<VisorLogSearchTaskArg,VisorLogSearchTaskResult,Collection<VisorLogSearchResult>>arg - Task arg.@Nullable protected VisorLogSearchTaskResult reduce0(List<ComputeJobResult> results)
reduce0 in class VisorMultiNodeTask<VisorLogSearchTaskArg,VisorLogSearchTaskResult,Collection<VisorLogSearchResult>>results - Job results.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019