Neo4j Enterprise

Uses of Class
org.neo4j.graphdb.schema.Schema.IndexState

Packages that use Schema.IndexState
org.neo4j.graphdb.schema   
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
 

Uses of Schema.IndexState in org.neo4j.graphdb.schema
 

Methods in org.neo4j.graphdb.schema that return Schema.IndexState
 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.
 

Uses of Schema.IndexState in org.neo4j.kernel
 

Methods in org.neo4j.kernel that return Schema.IndexState
 Schema.IndexState SchemaImpl.getIndexState(IndexDefinition index)
           
 


Neo4j Enterprise

Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.