public abstract class PersistenceAbstractCommand extends Object implements ComputeCommand<PersistenceCommand.PersistenceTaskArg,PersistenceTaskResult>
CMD_NAME_POSTFIX| Constructor and Description |
|---|
PersistenceAbstractCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
printResult(PersistenceCommand.PersistenceTaskArg arg,
PersistenceTaskResult res,
Consumer<String> printer)
Prints command result to the user.
|
Class<PersistenceTask> |
taskClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnodesargClass, confirmationPrompt, deprecationMessage, descriptionpublic Class<PersistenceTask> taskClass()
taskClass in interface ComputeCommand<PersistenceCommand.PersistenceTaskArg,PersistenceTaskResult>public void printResult(PersistenceCommand.PersistenceTaskArg arg, PersistenceTaskResult res, Consumer<String> printer)
printResult in interface ComputeCommand<PersistenceCommand.PersistenceTaskArg,PersistenceTaskResult>arg - Argument.res - Result.printer - Implementation specific printer.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023