public static enum ReIndexingScopeThreadLocal.ReIndexingScope extends Enum<ReIndexingScopeThreadLocal.ReIndexingScope>
Enum Constant and Description |
---|
CLUSTER_WIDE |
LOCALLY |
Modifier and Type | Method and Description |
---|---|
static ReIndexingScopeThreadLocal.ReIndexingScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReIndexingScopeThreadLocal.ReIndexingScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReIndexingScopeThreadLocal.ReIndexingScope CLUSTER_WIDE
public static final ReIndexingScopeThreadLocal.ReIndexingScope LOCALLY
public static ReIndexingScopeThreadLocal.ReIndexingScope[] values()
for (ReIndexingScopeThreadLocal.ReIndexingScope c : ReIndexingScopeThreadLocal.ReIndexingScope.values()) System.out.println(c);
public static ReIndexingScopeThreadLocal.ReIndexingScope 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 © 2003–2020 Atlassian. All rights reserved.