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