Class KillScanCommand
- java.lang.Object
-
- org.apache.ignite.internal.management.kill.KillScanCommand
-
- All Implemented Interfaces:
Command<KillScanCommandArg,Void>,ComputeCommand<KillScanCommandArg,Void>
public class KillScanCommand extends Object implements ComputeCommand<KillScanCommandArg,Void>
-
-
Field Summary
-
Fields inherited from interface org.apache.ignite.internal.management.api.Command
CMD_NAME_POSTFIX
-
-
Constructor Summary
Constructors Constructor Description KillScanCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<KillScanCommandArg>argClass()Stringdescription()Command description.Class<ScanQueryCancelTask>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, nodes, printResult
-
-
-
-
Method Detail
-
description
public String description()
Command description.- Specified by:
descriptionin interfaceCommand<KillScanCommandArg,Void>
-
argClass
public Class<KillScanCommandArg> argClass()
- Specified by:
argClassin interfaceCommand<KillScanCommandArg,Void>- Returns:
- Arguments class.
-
taskClass
public Class<ScanQueryCancelTask> taskClass()
- Specified by:
taskClassin interfaceComputeCommand<KillScanCommandArg,Void>- Returns:
- Task class.
-
-