Class ConsistencyRepairTask
- java.lang.Object
-
- org.apache.ignite.internal.visor.VisorMultiNodeTask<A,ConsistencyTaskResult,J>
-
- org.apache.ignite.internal.management.consistency.AbstractConsistencyTask<ConsistencyRepairCommandArg,String>
-
- org.apache.ignite.internal.management.consistency.ConsistencyRepairTask
-
- All Implemented Interfaces:
Serializable,ComputeTask<VisorTaskArgument<ConsistencyRepairCommandArg>,VisorTaskResult<ConsistencyTaskResult>>
public class ConsistencyRepairTask extends AbstractConsistencyTask<ConsistencyRepairCommandArg,String>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONSISTENCY_VIOLATIONS_FOUNDFound.static StringCONSISTENCY_VIOLATIONS_RECORDEDViolations recorder.static StringNOTHING_FOUNDNothing found.static StringPROCESSED_PREFIXProcessed prefix.-
Fields inherited from class org.apache.ignite.internal.visor.VisorMultiNodeTask
debug, ignite, start, taskArg
-
-
Constructor Summary
Constructors Constructor Description ConsistencyRepairTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected VisorJob<ConsistencyRepairCommandArg,String>job(ConsistencyRepairCommandArg arg)-
Methods inherited from class org.apache.ignite.internal.management.consistency.AbstractConsistencyTask
reduce0
-
-
-
-
Field Detail
-
NOTHING_FOUND
public static final String NOTHING_FOUND
Nothing found.- See Also:
- Constant Field Values
-
CONSISTENCY_VIOLATIONS_FOUND
public static final String CONSISTENCY_VIOLATIONS_FOUND
Found.- See Also:
- Constant Field Values
-
CONSISTENCY_VIOLATIONS_RECORDED
public static final String CONSISTENCY_VIOLATIONS_RECORDED
Violations recorder.- See Also:
- Constant Field Values
-
PROCESSED_PREFIX
public static final String PROCESSED_PREFIX
Processed prefix.- See Also:
- Constant Field Values
-
-
Method Detail
-
job
protected VisorJob<ConsistencyRepairCommandArg,String> job(ConsistencyRepairCommandArg arg)
- Specified by:
jobin classVisorMultiNodeTask<ConsistencyRepairCommandArg,ConsistencyTaskResult,String>- Parameters:
arg- Task arg.- Returns:
- New job.
-
-