Package | Description |
---|---|
org.neo4j.storageengine.api | |
org.neo4j.storageengine.api.txstate |
Modifier and Type | Field and Description |
---|---|
static ToIntFunction<LabelItem> |
NodeItem.GET_LABEL
Convenience function for extracting a label id from a
LabelItem . |
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–2016 The Neo4j Graph Database Project. All rights reserved.