public class EncryptionChangeCacheKeyCommand extends Object implements ComputeCommand<EncryptionCacheGroupArg,Void>
CMD_NAME_POSTFIX| Constructor and Description |
|---|
EncryptionChangeCacheKeyCommand() |
| Modifier and Type | Method and Description |
|---|---|
Class<EncryptionCacheGroupArg> |
argClass() |
String |
confirmationPrompt(EncryptionCacheGroupArg arg) |
String |
description()
Command description.
|
void |
printResult(EncryptionCacheGroupArg arg,
Void res,
Consumer<String> printer)
Prints command result to the user.
|
Class<ChangeCacheGroupKeyTask> |
taskClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnodesdeprecationMessagepublic String description()
description in interface Command<EncryptionCacheGroupArg,Void>public Class<EncryptionCacheGroupArg> argClass()
argClass in interface Command<EncryptionCacheGroupArg,Void>public Class<ChangeCacheGroupKeyTask> taskClass()
taskClass in interface ComputeCommand<EncryptionCacheGroupArg,Void>public void printResult(EncryptionCacheGroupArg arg, Void res, Consumer<String> printer)
printResult in interface ComputeCommand<EncryptionCacheGroupArg,Void>arg - Argument.res - Result.printer - Implementation specific printer.public String confirmationPrompt(EncryptionCacheGroupArg arg)
confirmationPrompt in interface Command<EncryptionCacheGroupArg,Void>arg - Command argument.null it means that confirmation is not needed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023