public enum SnapshotHandlerType extends Enum<SnapshotHandlerType>
| Enum Constant and Description |
|---|
CREATE
Handler is called immediately after the snapshot is taken.
|
RESTORE
Handler is called just before restore operation is started.
|
| Modifier and Type | Method and Description |
|---|---|
static SnapshotHandlerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotHandlerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SnapshotHandlerType CREATE
public static final SnapshotHandlerType RESTORE
public static SnapshotHandlerType[] values()
for (SnapshotHandlerType c : SnapshotHandlerType.values()) System.out.println(c);
public static SnapshotHandlerType 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.15.0 Release Date : April 25 2023