public class CacheValidateIndexesCommand extends Object implements ComputeCommand<CacheValidateIndexesCommandArg,ValidateIndexesTaskResult>
CMD_NAME_POSTFIX| Constructor and Description |
|---|
CacheValidateIndexesCommand() |
| Modifier and Type | Method and Description |
|---|---|
Class<CacheValidateIndexesCommandArg> |
argClass() |
String |
description()
Command description.
|
Collection<GridClientNode> |
nodes(Collection<GridClientNode> nodes,
CacheValidateIndexesCommandArg arg) |
void |
printResult(CacheValidateIndexesCommandArg arg,
ValidateIndexesTaskResult res0,
Consumer<String> printer)
Prints command result to the user.
|
Class<ValidateIndexesTask> |
taskClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfirmationPrompt, deprecationMessagepublic String description()
description in interface Command<CacheValidateIndexesCommandArg,ValidateIndexesTaskResult>public Class<CacheValidateIndexesCommandArg> argClass()
argClass in interface Command<CacheValidateIndexesCommandArg,ValidateIndexesTaskResult>public Class<ValidateIndexesTask> taskClass()
taskClass in interface ComputeCommand<CacheValidateIndexesCommandArg,ValidateIndexesTaskResult>public Collection<GridClientNode> nodes(Collection<GridClientNode> nodes, CacheValidateIndexesCommandArg arg)
nodes in interface ComputeCommand<CacheValidateIndexesCommandArg,ValidateIndexesTaskResult>nodes - Live nodes.arg - Argument.null means default node must be used.public void printResult(CacheValidateIndexesCommandArg arg, ValidateIndexesTaskResult res0, Consumer<String> printer)
printResult in interface ComputeCommand<CacheValidateIndexesCommandArg,ValidateIndexesTaskResult>arg - Argument.res0 - Result.printer - Implementation specific printer.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023