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