protected static enum BaseTransactionalDataRegion.Strategy extends Enum<BaseTransactionalDataRegion.Strategy>
Enum Constant and Description |
---|
NONE |
TOMBSTONES |
VALIDATION |
VERSIONED_ENTRIES |
Modifier and Type | Method and Description |
---|---|
static BaseTransactionalDataRegion.Strategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseTransactionalDataRegion.Strategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseTransactionalDataRegion.Strategy NONE
public static final BaseTransactionalDataRegion.Strategy VALIDATION
public static final BaseTransactionalDataRegion.Strategy TOMBSTONES
public static final BaseTransactionalDataRegion.Strategy VERSIONED_ENTRIES
public static BaseTransactionalDataRegion.Strategy[] values()
for (BaseTransactionalDataRegion.Strategy c : BaseTransactionalDataRegion.Strategy.values()) System.out.println(c);
public static BaseTransactionalDataRegion.Strategy 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 nullCopyright © 2001-2017 Red Hat, Inc. All Rights Reserved.