public class CdcDeleteLostSegmentLinksCommand extends Object implements ComputeCommand<CdcDeleteLostSegmentLinksCommandArg,Void>
CMD_NAME_POSTFIX| Constructor and Description |
|---|
CdcDeleteLostSegmentLinksCommand() |
| Modifier and Type | Method and Description |
|---|---|
Class<CdcDeleteLostSegmentLinksCommandArg> |
argClass() |
String |
confirmationPrompt(CdcDeleteLostSegmentLinksCommandArg arg) |
String |
description()
Command description.
|
Collection<GridClientNode> |
nodes(Collection<GridClientNode> nodes,
CdcDeleteLostSegmentLinksCommandArg arg) |
void |
printResult(CdcDeleteLostSegmentLinksCommandArg arg,
Void res,
Consumer<String> printer)
Prints command result to the user.
|
Class<CdcDeleteLostSegmentsTask> |
taskClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeprecationMessagepublic String description()
description in interface Command<CdcDeleteLostSegmentLinksCommandArg,Void>public Class<CdcDeleteLostSegmentLinksCommandArg> argClass()
argClass in interface Command<CdcDeleteLostSegmentLinksCommandArg,Void>public Class<CdcDeleteLostSegmentsTask> taskClass()
taskClass in interface ComputeCommand<CdcDeleteLostSegmentLinksCommandArg,Void>public Collection<GridClientNode> nodes(Collection<GridClientNode> nodes, CdcDeleteLostSegmentLinksCommandArg arg)
nodes in interface ComputeCommand<CdcDeleteLostSegmentLinksCommandArg,Void>nodes - Live nodes.arg - Argument.null means default node must be used.public void printResult(CdcDeleteLostSegmentLinksCommandArg arg, Void res, Consumer<String> printer)
printResult in interface ComputeCommand<CdcDeleteLostSegmentLinksCommandArg,Void>arg - Argument.res - Result.printer - Implementation specific printer.public String confirmationPrompt(CdcDeleteLostSegmentLinksCommandArg arg)
confirmationPrompt in interface Command<CdcDeleteLostSegmentLinksCommandArg,Void>arg - Command argument.null it means that confirmation is not needed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023