Package | Description |
---|---|
org.neo4j.storageengine.api | |
org.neo4j.storageengine.api.txstate |
Modifier and Type | Method and Description |
---|---|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
NodeItem.degree(Direction direction)
Returns degree, e.g.
|
int |
NodeItem.degree(Direction direction,
int typeId)
Returns degree, e.g.
|
org.neo4j.kernel.impl.api.store.RelationshipIterator |
NodeItem.getRelationships(Direction direction) |
org.neo4j.kernel.impl.api.store.RelationshipIterator |
NodeItem.getRelationships(Direction direction,
int[] typeIds) |
org.neo4j.cursor.Cursor<RelationshipItem> |
NodeItem.relationships(Direction direction) |
org.neo4j.cursor.Cursor<RelationshipItem> |
NodeItem.relationships(Direction direction,
int... typeIds) |
Modifier and Type | Method and Description |
---|---|
int |
NodeState.augmentDegree(Direction direction,
int degree) |
int |
NodeState.augmentDegree(Direction direction,
int degree,
int typeId) |
int |
ReadableTransactionState.augmentNodeDegree(long node,
int committedDegree,
Direction direction) |
int |
ReadableTransactionState.augmentNodeDegree(long node,
int committedDegree,
Direction direction,
int relType) |
org.neo4j.cursor.Cursor<RelationshipItem> |
ReadableTransactionState.augmentNodeRelationshipCursor(org.neo4j.cursor.Cursor<RelationshipItem> cursor,
NodeState nodeState,
Direction direction,
int[] relTypes) |
org.neo4j.kernel.impl.api.store.RelationshipIterator |
NodeState.augmentRelationships(Direction direction,
int[] types,
org.neo4j.kernel.impl.api.store.RelationshipIterator rels) |
org.neo4j.kernel.impl.api.store.RelationshipIterator |
NodeState.augmentRelationships(Direction direction,
org.neo4j.kernel.impl.api.store.RelationshipIterator rels) |
org.neo4j.collection.primitive.PrimitiveLongIterator |
NodeState.getAddedRelationships(Direction direction) |
org.neo4j.collection.primitive.PrimitiveLongIterator |
NodeState.getAddedRelationships(Direction direction,
int[] relTypes) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.