Neo4j Enterprise

Uses of Interface
org.neo4j.graphdb.ResourceIterable

Packages that use ResourceIterable
org.neo4j.graphdb The graph database API used by Neo4j. 
org.neo4j.graphdb.schema   
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.tooling   
 

Uses of ResourceIterable in org.neo4j.graphdb
 

Methods in org.neo4j.graphdb that return ResourceIterable
 ResourceIterable<Node> GraphDatabaseService.findNodesByLabelAndProperty(Label label, String propertyName, Object value)
          Returns all nodes having the label, and the wanted property value.
 

Uses of ResourceIterable in org.neo4j.graphdb.schema
 

Methods in org.neo4j.graphdb.schema that return ResourceIterable
 ResourceIterable<IndexDefinition> Schema.getIndexes()
           
 ResourceIterable<IndexDefinition> Schema.getIndexes(Label label)
           
 

Uses of ResourceIterable in org.neo4j.kernel
 

Methods in org.neo4j.kernel that return ResourceIterable
 ResourceIterable<Node> InternalAbstractGraphDatabase.findNodesByLabelAndProperty(Label myLabel, String propertyName, Object value)
           
 ResourceIterable<IndexDefinition> SchemaImpl.getIndexes()
           
 ResourceIterable<IndexDefinition> SchemaImpl.getIndexes(Label label)
           
 

Uses of ResourceIterable in org.neo4j.tooling
 

Methods in org.neo4j.tooling that return ResourceIterable
 ResourceIterable<Node> GlobalGraphOperations.getAllNodesWithLabel(Label label)
          Returns all nodes with a specific label.
 


Neo4j Enterprise

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