public enum QueryExtensionIndexRemoveMode extends Enum<QueryExtensionIndexRemoveMode>
Enum Constant and Description |
---|
NO_XTN |
ON_XTN_UPDATED_COMMIT |
ON_XTN_UPDATED_ROLLBACK |
Modifier and Type | Method and Description |
---|---|
static QueryExtensionIndexRemoveMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryExtensionIndexRemoveMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryExtensionIndexRemoveMode NO_XTN
public static final QueryExtensionIndexRemoveMode ON_XTN_UPDATED_COMMIT
public static final QueryExtensionIndexRemoveMode ON_XTN_UPDATED_ROLLBACK
public static QueryExtensionIndexRemoveMode[] values()
for (QueryExtensionIndexRemoveMode c : QueryExtensionIndexRemoveMode.values()) System.out.println(c);
public static QueryExtensionIndexRemoveMode 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 © GigaSpaces.