public static enum OIndexTxAware.PartialSearchMode extends Enum<OIndexTxAware.PartialSearchMode>
OCompositeKey
keys that have less amount of internal
keys are used, whether lowest or highest partially matched key should be used. Such keys is
allowed to use only inEnum Constant and Description |
---|
HIGHEST_BOUNDARY
The biggest partially matched key will be used as search result.
|
LOWEST_BOUNDARY
The smallest partially matched key will be used as search result.
|
NONE
Any partially matched key will be used as search result.
|
Modifier and Type | Method and Description |
---|---|
static OIndexTxAware.PartialSearchMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OIndexTxAware.PartialSearchMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OIndexTxAware.PartialSearchMode NONE
public static final OIndexTxAware.PartialSearchMode HIGHEST_BOUNDARY
public static final OIndexTxAware.PartialSearchMode LOWEST_BOUNDARY
public static OIndexTxAware.PartialSearchMode[] values()
for (OIndexTxAware.PartialSearchMode c : OIndexTxAware.PartialSearchMode.values()) System.out.println(c);
public static OIndexTxAware.PartialSearchMode 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 © 2009–2020 OrientDB. All rights reserved.