public enum EncryptionSubcommands extends Enum<EncryptionSubcommands>
EncryptionCommands| Enum Constant and Description |
|---|
CACHE_GROUP_KEY_IDS
Subcommand to view current encryption key IDs of the cache group.
|
CHANGE_CACHE_GROUP_KEY
Subcommand to change the current encryption key for specified cache group.
|
CHANGE_MASTER_KEY
Subcommand to change the master key.
|
GET_MASTER_KEY_NAME
Subcommand to get the current master key name.
|
REENCRYPTION_RATE
Subcommand to view/change cache group re-encryption rate limit.
|
REENCRYPTION_RESUME
Subcommand to resume re-encryption of the cache group.
|
REENCRYPTION_STATUS
Subcommand to display re-encryption status of the cache group.
|
REENCRYPTION_SUSPEND
Subcommand to suspend re-encryption of the cache group.
|
| Modifier and Type | Method and Description |
|---|---|
static @Nullable EncryptionSubcommands |
of(String text) |
Command<?> |
subcommand() |
String |
text() |
String |
toString() |
static EncryptionSubcommands |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionSubcommands[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncryptionSubcommands GET_MASTER_KEY_NAME
public static final EncryptionSubcommands CHANGE_MASTER_KEY
public static final EncryptionSubcommands CHANGE_CACHE_GROUP_KEY
public static final EncryptionSubcommands CACHE_GROUP_KEY_IDS
public static final EncryptionSubcommands REENCRYPTION_STATUS
public static final EncryptionSubcommands REENCRYPTION_SUSPEND
public static final EncryptionSubcommands REENCRYPTION_RESUME
public static final EncryptionSubcommands REENCRYPTION_RATE
public static EncryptionSubcommands[] values()
for (EncryptionSubcommands c : EncryptionSubcommands.values()) System.out.println(c);
public static EncryptionSubcommands valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String text()
public Command<?> subcommand()
@Nullable public static @Nullable EncryptionSubcommands of(String text)
text - Command text (case insensitive).Null if there is no such command.public String toString()
toString in class Enum<EncryptionSubcommands>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.13.0 Release Date : April 20 2022