public static enum DistributedProcess.DistributedProcessType extends Enum<DistributedProcess.DistributedProcessType>
| Enum Constant and Description |
|---|
END_SNAPSHOT
End snapshot procedure.
|
MASTER_KEY_CHANGE_FINISH
Master key change finish process.
|
MASTER_KEY_CHANGE_PREPARE
Master key change prepare process.
|
START_SNAPSHOT
Start snapshot procedure.
|
TEST_PROCESS
For test purposes only.
|
| Modifier and Type | Method and Description |
|---|---|
static DistributedProcess.DistributedProcessType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistributedProcess.DistributedProcessType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DistributedProcess.DistributedProcessType TEST_PROCESS
public static final DistributedProcess.DistributedProcessType MASTER_KEY_CHANGE_PREPARE
GridEncryptionManagerpublic static final DistributedProcess.DistributedProcessType MASTER_KEY_CHANGE_FINISH
GridEncryptionManagerpublic static final DistributedProcess.DistributedProcessType START_SNAPSHOT
IgniteSnapshotManagerpublic static final DistributedProcess.DistributedProcessType END_SNAPSHOT
IgniteSnapshotManagerpublic static DistributedProcess.DistributedProcessType[] values()
for (DistributedProcess.DistributedProcessType c : DistributedProcess.DistributedProcessType.values()) System.out.println(c);
public static DistributedProcess.DistributedProcessType 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
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020