public static enum GraphDatabaseSettings.SchemaIndex extends Enum<GraphDatabaseSettings.SchemaIndex>
Enum Constant and Description |
---|
LUCENE10 |
NATIVE_BTREE10 |
NATIVE10 |
NATIVE20 |
Modifier and Type | Method and Description |
---|---|
boolean |
deprecated() |
String |
providerKey() |
String |
providerName() |
String |
providerVersion() |
static GraphDatabaseSettings.SchemaIndex |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphDatabaseSettings.SchemaIndex[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphDatabaseSettings.SchemaIndex NATIVE_BTREE10
public static final GraphDatabaseSettings.SchemaIndex NATIVE20
public static final GraphDatabaseSettings.SchemaIndex NATIVE10
public static final GraphDatabaseSettings.SchemaIndex LUCENE10
public static GraphDatabaseSettings.SchemaIndex[] values()
for (GraphDatabaseSettings.SchemaIndex c : GraphDatabaseSettings.SchemaIndex.values()) System.out.println(c);
public static GraphDatabaseSettings.SchemaIndex 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 providerName()
public String providerKey()
public String providerVersion()
public boolean deprecated()
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.