| 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.cursor.Cursor<LabelItem> |
ReadableTransactionState.augmentLabelCursor(org.neo4j.cursor.Cursor<LabelItem> cursor,
NodeState nodeState) |
org.neo4j.cursor.Cursor<RelationshipItem> |
ReadableTransactionState.augmentNodeRelationshipCursor(org.neo4j.cursor.Cursor<RelationshipItem> cursor,
NodeState nodeState,
Direction direction,
int[] relTypes) |
org.neo4j.cursor.Cursor<LabelItem> |
ReadableTransactionState.augmentSingleLabelCursor(org.neo4j.cursor.Cursor<LabelItem> cursor,
NodeState nodeState,
int labelId) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.