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