Class CacheIdleVerifyDumpCommand
- java.lang.Object
-
- org.apache.ignite.internal.management.cache.CacheIdleVerifyDumpCommand
-
- All Implemented Interfaces:
Command<CacheIdleVerifyCommandArg,String>,ComputeCommand<CacheIdleVerifyCommandArg,String>
public class CacheIdleVerifyDumpCommand extends Object implements ComputeCommand<CacheIdleVerifyCommandArg,String>
-
-
Field Summary
-
Fields inherited from interface org.apache.ignite.internal.management.api.Command
CMD_NAME_POSTFIX
-
-
Constructor Summary
Constructors Constructor Description CacheIdleVerifyDumpCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<CacheIdleVerifyDumpCommandArg>argClass()Stringdescription()Command description.voidprintResult(CacheIdleVerifyCommandArg arg, String path, Consumer<String> printer)Prints command result to the user.Class<IdleVerifyDumpTask>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
-
-
-
-
Method Detail
-
description
public String description()
Command description.- Specified by:
descriptionin interfaceCommand<CacheIdleVerifyCommandArg,String>
-
argClass
public Class<CacheIdleVerifyDumpCommandArg> argClass()
- Specified by:
argClassin interfaceCommand<CacheIdleVerifyCommandArg,String>- Returns:
- Arguments class.
-
taskClass
public Class<IdleVerifyDumpTask> taskClass()
- Specified by:
taskClassin interfaceComputeCommand<CacheIdleVerifyCommandArg,String>- Returns:
- Task class.
-
printResult
public void printResult(CacheIdleVerifyCommandArg arg, String path, Consumer<String> printer)
Prints command result to the user.- Specified by:
printResultin interfaceComputeCommand<CacheIdleVerifyCommandArg,String>- Parameters:
arg- Argument.path- Result.printer- Implementation specific printer.
-
-