@GridInternal public class VisorLogSearchTask extends VisorMultiNodeTask<VisorLogSearchTask.VisorLogSearchArg,IgniteBiTuple<Iterable<IgniteBiTuple<Exception,UUID>>,Iterable<VisorLogSearchResult>>,Collection<VisorLogSearchResult>>
| Modifier and Type | Class and Description |
|---|---|
static class |
VisorLogSearchTask.VisorLogSearchArg
Arguments for
VisorLogSearchTask. |
| 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(VisorLogSearchTask.VisorLogSearchArg arg) |
protected IgniteBiTuple<Iterable<IgniteBiTuple<Exception,UUID>>,Iterable<VisorLogSearchResult>> |
reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
map, map0, reduce, resultpublic static final int LINE_CNT
public static final int HALF
protected org.apache.ignite.internal.visor.log.VisorLogSearchTask.VisorLogSearchJob job(VisorLogSearchTask.VisorLogSearchArg arg)
job in class VisorMultiNodeTask<VisorLogSearchTask.VisorLogSearchArg,IgniteBiTuple<Iterable<IgniteBiTuple<Exception,UUID>>,Iterable<VisorLogSearchResult>>,Collection<VisorLogSearchResult>>arg - Task arg.@Nullable protected IgniteBiTuple<Iterable<IgniteBiTuple<Exception,UUID>>,Iterable<VisorLogSearchResult>> reduce0(List<ComputeJobResult> results)
reduce0 in class VisorMultiNodeTask<VisorLogSearchTask.VisorLogSearchArg,IgniteBiTuple<Iterable<IgniteBiTuple<Exception,UUID>>,Iterable<VisorLogSearchResult>>,Collection<VisorLogSearchResult>>results - Job results.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.1.0-incubating Release Date : May 20 2015