public static enum BPlusTree.Result extends Enum<BPlusTree.Result>
| Enum Constant and Description |
|---|
FOUND |
GO_DOWN |
GO_DOWN_X |
NOT_FOUND |
RETRY |
RETRY_ROOT |
| Modifier and Type | Method and Description |
|---|---|
static BPlusTree.Result |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BPlusTree.Result[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BPlusTree.Result GO_DOWN
public static final BPlusTree.Result GO_DOWN_X
public static final BPlusTree.Result FOUND
public static final BPlusTree.Result NOT_FOUND
public static final BPlusTree.Result RETRY
public static final BPlusTree.Result RETRY_ROOT
public static BPlusTree.Result[] values()
for (BPlusTree.Result c : BPlusTree.Result.values()) System.out.println(c);
public static BPlusTree.Result 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 null
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019