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