|
Neo4j Enterprise | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 Enterprise | |||||||||
PREV NEXT | FRAMES NO FRAMES |