public enum CheckStage extends Enum<CheckStage> implements Stage
Stage.Adapter| Enum Constant and Description |
|---|
Stage1_NS_PropsLabels |
Stage10_NS_PropertyRelocator |
Stage2_RS_Labels |
Stage3_NS_NextRel |
Stage4_RS_NextRel |
Stage5_Check_NextRel |
Stage6_RS_Forward |
Stage7_RS_Backward |
Stage8_PS_Props |
Stage9_NS_LabelCounts |
PARALLEL_FORWARD, SEQUENTIAL_FORWARD| Modifier and Type | Method and Description |
|---|---|
int[] |
getCacheSlotSizes() |
String |
getPurpose() |
boolean |
isForward() |
boolean |
isParallel() |
static CheckStage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckStage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CheckStage Stage1_NS_PropsLabels
public static final CheckStage Stage2_RS_Labels
public static final CheckStage Stage3_NS_NextRel
public static final CheckStage Stage4_RS_NextRel
public static final CheckStage Stage5_Check_NextRel
public static final CheckStage Stage6_RS_Forward
public static final CheckStage Stage7_RS_Backward
public static final CheckStage Stage8_PS_Props
public static final CheckStage Stage9_NS_LabelCounts
public static final CheckStage Stage10_NS_PropertyRelocator
public static CheckStage[] values()
for (CheckStage c : CheckStage.values()) System.out.println(c);
public static CheckStage 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 boolean isParallel()
isParallel in interface Stagepublic String getPurpose()
getPurpose in interface Stagepublic int[] getCacheSlotSizes()
getCacheSlotSizes in interface StageCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.