public enum ConflictingOperationPolicy extends Enum<ConflictingOperationPolicy>
| Enum Constant and Description | 
|---|
IGNORE
Ignore the replicated operation and continue replication 
 | 
OVERRIDE
Override the data on target and continue replication 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static ConflictingOperationPolicy | 
DEFAULT  | 
static String | 
IGNORE_MODE  | 
static String | 
OVERRIDE_MODE  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isOverride()  | 
static ConflictingOperationPolicy | 
parseConflictingPacketsPolicy(String value)  | 
static ConflictingOperationPolicy | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ConflictingOperationPolicy[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ConflictingOperationPolicy OVERRIDE
public static final ConflictingOperationPolicy IGNORE
public static final ConflictingOperationPolicy DEFAULT
public static final String OVERRIDE_MODE
public static final String IGNORE_MODE
public static ConflictingOperationPolicy[] values()
for (ConflictingOperationPolicy c : ConflictingOperationPolicy.values()) System.out.println(c);
public static ConflictingOperationPolicy 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 static ConflictingOperationPolicy parseConflictingPacketsPolicy(String value)
public boolean isOverride()
Copyright © GigaSpaces.