| Package | Description |
|---|---|
| org.neo4j.storageengine.api.txstate |
| Modifier and Type | Method and Description |
|---|---|
NodeState |
ReadableTransactionState.getNodeState(long id) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<NodeState> |
ReadableTransactionState.modifiedNodes()
Nodes that have had labels, relationships, or properties modified in this tx.
|
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.collection.primitive.PrimitiveIntSet |
ReadableTransactionState.augmentLabels(org.neo4j.collection.primitive.PrimitiveIntSet cursor,
NodeState nodeState) |
org.neo4j.cursor.Cursor<RelationshipItem> |
ReadableTransactionState.augmentNodeRelationshipCursor(org.neo4j.cursor.Cursor<RelationshipItem> cursor,
NodeState nodeState,
Direction direction,
int[] relTypes) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.