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