Uses of Class
org.apache.ignite.internal.management.encryption.EncryptionChangeMasterKeyCommandArg
-
Packages that use EncryptionChangeMasterKeyCommandArg Package Description org.apache.ignite.internal.management.encryption -
-
Uses of EncryptionChangeMasterKeyCommandArg in org.apache.ignite.internal.management.encryption
Methods in org.apache.ignite.internal.management.encryption that return types with arguments of type EncryptionChangeMasterKeyCommandArg Modifier and Type Method Description Class<EncryptionChangeMasterKeyCommandArg>EncryptionChangeMasterKeyCommand. argClass()protected VisorJob<EncryptionChangeMasterKeyCommandArg,String>ChangeMasterKeyTask. job(EncryptionChangeMasterKeyCommandArg arg)Methods in org.apache.ignite.internal.management.encryption with parameters of type EncryptionChangeMasterKeyCommandArg Modifier and Type Method Description StringEncryptionChangeMasterKeyCommand. confirmationPrompt(EncryptionChangeMasterKeyCommandArg arg)protected VisorJob<EncryptionChangeMasterKeyCommandArg,String>ChangeMasterKeyTask. job(EncryptionChangeMasterKeyCommandArg arg)voidEncryptionChangeMasterKeyCommand. printResult(EncryptionChangeMasterKeyCommandArg arg, String res, Consumer<String> printer)Prints command result to the user.
-