Neo4j Enterprise

Uses of Interface
org.neo4j.graphdb.schema.IndexDefinition

Packages that use IndexDefinition
org.neo4j.cypher.export   
org.neo4j.graphdb.schema   
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.unsafe.batchinsert Tools for high-performance data insertion; make sure to read the instructions before using. 
 

Uses of IndexDefinition in org.neo4j.cypher.export
 

Methods in org.neo4j.cypher.export that return types with arguments of type IndexDefinition
 Iterable<IndexDefinition> SubGraph.indexes()
           
 Iterable<IndexDefinition> DatabaseSubGraph.indexes()
           
 Iterable<IndexDefinition> CypherResultSubGraph.indexes()
           
 

Uses of IndexDefinition in org.neo4j.graphdb.schema
 

Methods in org.neo4j.graphdb.schema that return IndexDefinition
 IndexDefinition IndexCreator.create()
          Creates an index with the details specified by the other methods in this interface.
 

Methods in org.neo4j.graphdb.schema that return types with arguments of type IndexDefinition
 ResourceIterable<IndexDefinition> Schema.getIndexes()
           
 ResourceIterable<IndexDefinition> Schema.getIndexes(Label label)
           
 

Methods in org.neo4j.graphdb.schema with parameters of type IndexDefinition
 void Schema.awaitIndexOnline(IndexDefinition index, long duration, TimeUnit unit)
          Wait until an index comes online
 Schema.IndexState Schema.getIndexState(IndexDefinition index)
          Poll the database for the state of a given index.
 

Uses of IndexDefinition in org.neo4j.kernel
 

Methods in org.neo4j.kernel that return IndexDefinition
 IndexDefinition IndexCreatorImpl.create()
           
 

Methods in org.neo4j.kernel that return types with arguments of type IndexDefinition
 ResourceIterable<IndexDefinition> SchemaImpl.getIndexes()
           
 ResourceIterable<IndexDefinition> SchemaImpl.getIndexes(Label label)
           
 

Methods in org.neo4j.kernel with parameters of type IndexDefinition
 void SchemaImpl.awaitIndexOnline(IndexDefinition index, long duration, TimeUnit unit)
           
 Schema.IndexState SchemaImpl.getIndexState(IndexDefinition index)
           
 

Uses of IndexDefinition in org.neo4j.unsafe.batchinsert
 

Classes in org.neo4j.unsafe.batchinsert that implement IndexDefinition
 class BatchIndexDefinition
           
 


Neo4j Enterprise

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