public class SnapshotStatusCommand extends AbstractSnapshotCommand<NoArg>
CMD_NAME_POSTFIX| Constructor and Description |
|---|
SnapshotStatusCommand() |
| Modifier and Type | Method and Description |
|---|---|
Class<NoArg> |
argClass() |
String |
description()
Command description.
|
void |
printResult(NoArg arg,
SnapshotTaskResult res0,
Consumer<String> printer)
Prints command result to the user.
|
Class<SnapshotStatusTask> |
taskClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnodesconfirmationPrompt, deprecationMessagepublic String description()
public Class<SnapshotStatusTask> taskClass()
public void printResult(NoArg arg, SnapshotTaskResult res0, Consumer<String> printer)
printResult in interface ComputeCommand<NoArg,SnapshotTaskResult>printResult in class AbstractSnapshotCommand<NoArg>arg - Argument.res0 - Result.printer - Implementation specific printer.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023