public enum GridDrType extends Enum<GridDrType>
| Enum Constant and Description |
|---|
DR_BACKUP
Regular replication on backup node.
|
DR_LOAD
Replication during load.
|
DR_NONE
Do not replicate that entry.
|
DR_PRELOAD
Replication during preload.
|
DR_PRIMARY
Regular replication on primary node.
|
| Modifier and Type | Method and Description |
|---|---|
static GridDrType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridDrType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridDrType DR_NONE
public static final GridDrType DR_PRIMARY
public static final GridDrType DR_BACKUP
public static final GridDrType DR_LOAD
public static final GridDrType DR_PRELOAD
public static GridDrType[] values()
for (GridDrType c : GridDrType.values()) System.out.println(c);
public static GridDrType 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.7.5 Release Date : June 4 2019