Class CacheResetLostPartitionsTask
- java.lang.Object
-
- org.apache.ignite.internal.visor.VisorMultiNodeTask<A,R,R>
-
- org.apache.ignite.internal.visor.VisorOneNodeTask<CacheResetLostPartitionsCommandArg,CacheResetLostPartitionsTaskResult>
-
- org.apache.ignite.internal.commandline.cache.reset_lost_partitions.CacheResetLostPartitionsTask
-
- All Implemented Interfaces:
Serializable,ComputeTask<VisorTaskArgument<CacheResetLostPartitionsCommandArg>,VisorTaskResult<CacheResetLostPartitionsTaskResult>>
public class CacheResetLostPartitionsTask extends VisorOneNodeTask<CacheResetLostPartitionsCommandArg,CacheResetLostPartitionsTaskResult>
Reset status of lost partitions.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.internal.visor.VisorMultiNodeTask
debug, ignite, start, taskArg
-
-
Constructor Summary
Constructors Constructor Description CacheResetLostPartitionsTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected VisorJob<CacheResetLostPartitionsCommandArg,CacheResetLostPartitionsTaskResult>job(CacheResetLostPartitionsCommandArg arg)-
Methods inherited from class org.apache.ignite.internal.visor.VisorOneNodeTask
reduce0
-
-
-
-
Method Detail
-
job
protected VisorJob<CacheResetLostPartitionsCommandArg,CacheResetLostPartitionsTaskResult> job(CacheResetLostPartitionsCommandArg arg)
- Specified by:
jobin classVisorMultiNodeTask<CacheResetLostPartitionsCommandArg,CacheResetLostPartitionsTaskResult,CacheResetLostPartitionsTaskResult>- Parameters:
arg- Task arg.- Returns:
- New job.
-
-