Neo4j Community

Uses of Class
org.neo4j.unsafe.batchinsert.BatchRelationship

Packages that use BatchRelationship
org.neo4j.unsafe.batchinsert Tools for high-performance data insertion; make sure to read the instructions before using. 
 

Uses of BatchRelationship in org.neo4j.unsafe.batchinsert
 

Methods in org.neo4j.unsafe.batchinsert that return BatchRelationship
 BatchRelationship BatchInserter.getRelationshipById(long relId)
          Gets a relationship by id.
 BatchRelationship BatchInserterImpl.getRelationshipById(long relId)
           
 

Methods in org.neo4j.unsafe.batchinsert that return types with arguments of type BatchRelationship
 Iterable<BatchRelationship> BatchInserter.getRelationships(long nodeId)
          Returns an iterable of relationships connected to the node with supplied id.
 Iterable<BatchRelationship> BatchInserterImpl.getRelationships(long nodeId)
           
 


Neo4j Community

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