A - Argument type.R - Result type.public interface Command<A extends IgniteDataTransferObject,R>
Implementations represent single action to manage Ignite cluster.
Name of the command that is expected from caller derived from actual command class name.
MyUsefullCommand is name of command so control.sh --my-usefull param1 param2
expected from user./api-root/my-usefull?param1=value1¶m2=value2 URI.| Modifier and Type | Field and Description |
|---|---|
static String |
CMD_NAME_POSTFIX |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends A> |
argClass() |
default @Nullable String |
confirmationPrompt(A arg) |
default @Nullable String |
deprecationMessage(A arg) |
String |
description()
Command description.
|
static final String CMD_NAME_POSTFIX
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023