public enum MultiPassStore extends Enum<MultiPassStore>
| Enum Constant and Description |
|---|
ARRAYS |
LABELS |
NODES |
PROPERTIES |
PROPERTY_KEYS |
RELATIONSHIP_GROUPS |
RELATIONSHIPS |
STRINGS |
| Modifier and Type | Method and Description |
|---|---|
List<DiffRecordAccess> |
multiPassFilters(long memoryPerPass,
org.neo4j.kernel.impl.store.StoreAccess storeAccess,
DiffRecordAccess recordAccess,
MultiPassStore[] stores) |
static boolean |
recordInCurrentPass(long id,
int iPass,
long recordsPerPass) |
static MultiPassStore |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiPassStore[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultiPassStore NODES
public static final MultiPassStore RELATIONSHIPS
public static final MultiPassStore PROPERTIES
public static final MultiPassStore PROPERTY_KEYS
public static final MultiPassStore STRINGS
public static final MultiPassStore ARRAYS
public static final MultiPassStore LABELS
public static final MultiPassStore RELATIONSHIP_GROUPS
public static MultiPassStore[] values()
for (MultiPassStore c : MultiPassStore.values()) System.out.println(c);
public static MultiPassStore 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 static boolean recordInCurrentPass(long id,
int iPass,
long recordsPerPass)
public List<DiffRecordAccess> multiPassFilters(long memoryPerPass, org.neo4j.kernel.impl.store.StoreAccess storeAccess, DiffRecordAccess recordAccess, MultiPassStore[] stores)
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.