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