Package | Description |
---|---|
org.neo4j.graphdb.schema |
Optional graph schema including indexes and constraints.
|
Modifier and Type | Method and Description |
---|---|
Schema.IndexState |
Schema.getIndexState(IndexDefinition index)
Poll the database for the state of a given index.
|
static Schema.IndexState |
Schema.IndexState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Schema.IndexState[] |
Schema.IndexState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.