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