public enum EncryptionSubcommand extends Enum<EncryptionSubcommand>
EncryptionCommand| Enum Constant and Description |
|---|
CHANGE_MASTER_KEY
Subcommand to change the master key.
|
GET_MASTER_KEY_NAME
Subcommand to get the current master key name.
|
| Modifier and Type | Method and Description |
|---|---|
static @Nullable EncryptionSubcommand |
of(String text) |
String |
toString() |
static EncryptionSubcommand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionSubcommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncryptionSubcommand GET_MASTER_KEY_NAME
public static final EncryptionSubcommand CHANGE_MASTER_KEY
public static EncryptionSubcommand[] values()
for (EncryptionSubcommand c : EncryptionSubcommand.values()) System.out.println(c);
public static EncryptionSubcommand 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 null@Nullable public static @Nullable EncryptionSubcommand of(String text)
text - Command text (case insensitive).Null if there is no such command.public String toString()
toString in class Enum<EncryptionSubcommand>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020