| Package | Description |
|---|---|
| org.neo4j.storageengine.api | |
| org.neo4j.storageengine.api.txstate |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.cursor.Cursor<LabelItem> |
NodeItem.label(int labelId) |
org.neo4j.cursor.Cursor<LabelItem> |
NodeItem.labels() |
| 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<LabelItem> |
ReadableTransactionState.augmentSingleLabelCursor(org.neo4j.cursor.Cursor<LabelItem> cursor,
NodeState nodeState,
int labelId) |
| 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<LabelItem> |
ReadableTransactionState.augmentSingleLabelCursor(org.neo4j.cursor.Cursor<LabelItem> cursor,
NodeState nodeState,
int labelId) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.