Class PersistenceCleanAllCommand
- java.lang.Object
-
- org.apache.ignite.internal.management.persistence.PersistenceAbstractCommand
-
- org.apache.ignite.internal.management.persistence.PersistenceCleanAllCommand
-
- All Implemented Interfaces:
Command<PersistenceCommand.PersistenceTaskArg,PersistenceTaskResult>,ComputeCommand<PersistenceCommand.PersistenceTaskArg,PersistenceTaskResult>
public class PersistenceCleanAllCommand extends PersistenceAbstractCommand
-
-
Field Summary
-
Fields inherited from interface org.apache.ignite.internal.management.api.Command
CMD_NAME_POSTFIX
-
-
Constructor Summary
Constructors Constructor Description PersistenceCleanAllCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<PersistenceCommand.PersistenceCleanAllTaskArg>argClass()Stringdescription()Command description.-
Methods inherited from class org.apache.ignite.internal.management.persistence.PersistenceAbstractCommand
printResult, 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.
-
argClass
public Class<PersistenceCommand.PersistenceCleanAllTaskArg> argClass()
- Returns:
- Arguments class.
-
-