Class KillConsistencyCommand
- java.lang.Object
-
- org.apache.ignite.internal.management.kill.KillConsistencyCommand
-
public class KillConsistencyCommand extends Object implements ComputeCommand<NoArg,Void>
-
-
Field Summary
-
Fields inherited from interface org.apache.ignite.internal.management.api.Command
CMD_NAME_POSTFIX
-
-
Constructor Summary
Constructors Constructor Description KillConsistencyCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<NoArg>argClass()Stringdescription()Command description.Collection<GridClientNode>nodes(Collection<GridClientNode> nodes, NoArg arg)Class<ConsistencyCancelTask>taskClass()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.ignite.internal.management.api.Command
confirmationPrompt, deprecationMessage
-
Methods inherited from interface org.apache.ignite.internal.management.api.ComputeCommand
handleException, printResult
-
-
-
-
Method Detail
-
description
public String description()
Command description.- Specified by:
descriptionin interfaceCommand<NoArg,Void>
-
taskClass
public Class<ConsistencyCancelTask> taskClass()
- Specified by:
taskClassin interfaceComputeCommand<NoArg,Void>- Returns:
- Task class.
-
nodes
public Collection<GridClientNode> nodes(Collection<GridClientNode> nodes, NoArg arg)
- Specified by:
nodesin interfaceComputeCommand<NoArg,Void>- Parameters:
nodes- Live nodes.arg- Argument.- Returns:
- nodes to execute command on,
nullmeans default node must be used.
-
-