public abstract class CommandRegistryImpl<A extends IgniteDataTransferObject,R> extends Object implements CommandsRegistry<A,R>
Command.CMD_NAME_POSTFIX.KillCommand,
KillComputeCommandCMD_NAME_POSTFIX| Modifier | Constructor and Description |
|---|---|
protected |
CommandRegistryImpl(Command<?,?>... subcommands) |
| Modifier and Type | Method and Description |
|---|---|
Command<?,?> |
command(String name) |
Iterator<Map.Entry<String,Command<?,?>>> |
commands() |
protected void |
register(Command<?,?> cmd)
Register new command.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitargClass, descriptionconfirmationPrompt, deprecationMessageprotected CommandRegistryImpl(Command<?,?>... subcommands)
protected void register(Command<?,?> cmd)
cmd - Command to register.public Command<?,?> command(String name)
command in interface CommandsRegistry<A extends IgniteDataTransferObject,R>name - Name of the command.public Iterator<Map.Entry<String,Command<?,?>>> commands()
commands in interface CommandsRegistry<A extends IgniteDataTransferObject,R>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023