public abstract class AbstractCommand<T> extends Object implements Command<T>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
verbose
Use verbose mode or not.
|
| Constructor and Description |
|---|
AbstractCommand() |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(GridClientConfiguration clientCfg,
Logger log,
boolean verbose)
Actual command execution with verbose mode if needed.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitarg, confirmationPrompt, execute, experimental, experimentalEnabled, extendToLen, name, parseArguments, prepareConfirmation, printUsage, startClient, startClientBeforeNodeStart, usage, usage, usageParamspublic Object execute(GridClientConfiguration clientCfg, Logger log, boolean verbose) throws Exception
execute in interface Command<T>clientCfg - Thin client configuration if connection to cluster is necessary.log - Logger to use.verbose - Use verbose mode or notException - If error occur.Command.execute(GridClientConfiguration, Logger)
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.30 Release Date : February 17 2026