public enum MultiQueryLabelStepStrategyMode extends Enum<MultiQueryLabelStepStrategyMode> implements ConfigName
| Enum Constant and Description |
|---|
ALL
Prefetch labels for all vertices in a batch.
|
NONE
Skips `label` step pre-fetch optimization.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigName() |
static MultiQueryLabelStepStrategyMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiQueryLabelStepStrategyMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultiQueryLabelStepStrategyMode ALL
public static final MultiQueryLabelStepStrategyMode NONE
public static MultiQueryLabelStepStrategyMode[] values()
for (MultiQueryLabelStepStrategyMode c : MultiQueryLabelStepStrategyMode.values()) System.out.println(c);
public static MultiQueryLabelStepStrategyMode 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 nullpublic String getConfigName()
getConfigName in interface ConfigNameCopyright © 2012–2023. All rights reserved.