Class CacheCommand
- java.lang.Object
-
- org.apache.ignite.internal.management.api.CommandRegistryImpl<NoArg,Void>
-
- org.apache.ignite.internal.management.cache.CacheCommand
-
public class CacheCommand extends CommandRegistryImpl<NoArg,Void>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCacheCommand.CacheHelpCommandPrints out help for the cache command.
-
Field Summary
-
Fields inherited from interface org.apache.ignite.internal.management.api.Command
CMD_NAME_POSTFIX
-
-
Constructor Summary
Constructors Constructor Description CacheCommand()
-
Method Summary
-
Methods inherited from class org.apache.ignite.internal.management.api.CommandRegistryImpl
command, commands, register
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.ignite.internal.management.api.Command
confirmationPrompt, deprecationMessage
-
Methods inherited from interface org.apache.ignite.internal.management.api.CommandsRegistry
argClass, description
-
-