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.index Integrated API for node and relationship indexing. 
org.neo4j.graphdb.schema   
org.neo4j.helpers.collection Collections utilities - Iterator/Iterable utilities and creating Maps. 
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 key, Object value)
          Returns all nodes having the label, and the wanted property value.
 ResourceIterable<Label> Node.getLabels()
          Lists all labels attached to this node.
 

Uses of ResourceIterable in org.neo4j.graphdb.index
 

Subinterfaces of ResourceIterable in org.neo4j.graphdb.index
 interface IndexHits<T>
          An Iterator with additional IndexHits.size() and IndexHits.close() methods on it, used for iterating over index query results.
 

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.helpers.collection
 

Methods in org.neo4j.helpers.collection that return ResourceIterable
static
<T> ResourceIterable<T>
Iterables.asResourceIterable(Iterable<T> labels)
           
 

Uses of ResourceIterable in org.neo4j.kernel
 

Methods in org.neo4j.kernel that return ResourceIterable
 ResourceIterable<Node> InternalAbstractGraphDatabase.findNodesByLabelAndProperty(Label myLabel, String key, 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.