public enum IdType extends Enum<IdType>
| Enum Constant and Description |
|---|
ARRAY_BLOCK |
LABEL_TOKEN |
LABEL_TOKEN_NAME |
NEOSTORE_BLOCK |
NODE |
NODE_LABELS |
PROPERTY |
PROPERTY_KEY_TOKEN |
PROPERTY_KEY_TOKEN_NAME |
RELATIONSHIP |
RELATIONSHIP_TYPE_TOKEN |
RELATIONSHIP_TYPE_TOKEN_NAME |
SCHEMA |
STRING_BLOCK |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowAggressiveReuse() |
int |
getGrabSize() |
long |
getMaxValue() |
static IdType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdType NODE
public static final IdType RELATIONSHIP
public static final IdType PROPERTY
public static final IdType STRING_BLOCK
public static final IdType ARRAY_BLOCK
public static final IdType PROPERTY_KEY_TOKEN
public static final IdType PROPERTY_KEY_TOKEN_NAME
public static final IdType RELATIONSHIP_TYPE_TOKEN
public static final IdType RELATIONSHIP_TYPE_TOKEN_NAME
public static final IdType LABEL_TOKEN
public static final IdType LABEL_TOKEN_NAME
public static final IdType NEOSTORE_BLOCK
public static final IdType SCHEMA
public static final IdType NODE_LABELS
public static IdType[] values()
for (IdType c : IdType.values()) System.out.println(c);
public static IdType 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 long getMaxValue()
public boolean allowAggressiveReuse()
public int getGrabSize()
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.