public class VisorConsistencyRepairTask extends VisorMultiNodeTask<VisorConsistencyRepairTaskArg,VisorConsistencyRepairTaskResult,String>
| Modifier and Type | Field and Description |
|---|---|
static String |
CONSISTENCY_VIOLATIONS_FOUND
Found.
|
static String |
CONSISTENCY_VIOLATIONS_RECORDED
Violations recorder.
|
static String |
NOTHING_FOUND
Nothing found.
|
debug, ignite, start, taskArg| Constructor and Description |
|---|
VisorConsistencyRepairTask() |
| Modifier and Type | Method and Description |
|---|---|
protected VisorJob<VisorConsistencyRepairTaskArg,String> |
job(VisorConsistencyRepairTaskArg arg) |
protected VisorConsistencyRepairTaskResult |
reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
public static final String NOTHING_FOUND
public static final String CONSISTENCY_VIOLATIONS_FOUND
public static final String CONSISTENCY_VIOLATIONS_RECORDED
protected VisorJob<VisorConsistencyRepairTaskArg,String> job(VisorConsistencyRepairTaskArg arg)
job in class VisorMultiNodeTask<VisorConsistencyRepairTaskArg,VisorConsistencyRepairTaskResult,String>arg - Task arg.protected VisorConsistencyRepairTaskResult reduce0(List<ComputeJobResult> results) throws IgniteException
reduce0 in class VisorMultiNodeTask<VisorConsistencyRepairTaskArg,VisorConsistencyRepairTaskResult,String>results - Job results.IgniteException - If reduction or results caused an error.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.12.0 Release Date : January 10 2022