private static enum TieredMergePolicy.MERGE_TYPE extends java.lang.Enum<TieredMergePolicy.MERGE_TYPE>
| Enum Constant and Description |
|---|
FORCE_MERGE |
FORCE_MERGE_DELETES |
NATURAL |
| Modifier and Type | Method and Description |
|---|---|
static TieredMergePolicy.MERGE_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TieredMergePolicy.MERGE_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TieredMergePolicy.MERGE_TYPE NATURAL
public static final TieredMergePolicy.MERGE_TYPE FORCE_MERGE
public static final TieredMergePolicy.MERGE_TYPE FORCE_MERGE_DELETES
public static TieredMergePolicy.MERGE_TYPE[] values()
for (TieredMergePolicy.MERGE_TYPE c : TieredMergePolicy.MERGE_TYPE.values()) System.out.println(c);
public static TieredMergePolicy.MERGE_TYPE valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null