Package | Description |
---|---|
org.neo4j.storageengine.api | |
org.neo4j.storageengine.api.txstate |
Modifier and Type | Method and Description |
---|---|
org.neo4j.cursor.Cursor<PropertyItem> |
StorageStatement.acquirePropertyCursor(long propertyId,
org.neo4j.kernel.impl.locking.Lock shortLivedReadLock,
org.neo4j.kernel.api.AssertOpen assertOpen) |
org.neo4j.cursor.Cursor<PropertyItem> |
StorageStatement.acquireSinglePropertyCursor(long propertyId,
int propertyKeyId,
org.neo4j.kernel.impl.locking.Lock shortLivedReadLock,
org.neo4j.kernel.api.AssertOpen assertOpen) |
org.neo4j.cursor.Cursor<PropertyItem> |
StoreReadLayer.nodeGetProperties(StorageStatement statement,
NodeItem node,
org.neo4j.kernel.api.AssertOpen assertOpen) |
org.neo4j.cursor.Cursor<PropertyItem> |
StoreReadLayer.nodeGetProperty(StorageStatement statement,
NodeItem node,
int propertyKeyId,
org.neo4j.kernel.api.AssertOpen assertOpen) |
org.neo4j.cursor.Cursor<PropertyItem> |
StoreReadLayer.relationshipGetProperties(StorageStatement statement,
RelationshipItem relationship,
org.neo4j.kernel.api.AssertOpen assertOpen) |
org.neo4j.cursor.Cursor<PropertyItem> |
StoreReadLayer.relationshipGetProperty(StorageStatement statement,
RelationshipItem relationshipItem,
int propertyKeyId,
org.neo4j.kernel.api.AssertOpen assertOpen) |
Modifier and Type | Method and Description |
---|---|
org.neo4j.cursor.Cursor<PropertyItem> |
ReadableTransactionState.augmentPropertyCursor(org.neo4j.cursor.Cursor<PropertyItem> cursor,
PropertyContainerState propertyContainerState) |
org.neo4j.cursor.Cursor<PropertyItem> |
ReadableTransactionState.augmentSinglePropertyCursor(org.neo4j.cursor.Cursor<PropertyItem> cursor,
PropertyContainerState propertyContainerState,
int propertyKeyId) |
Modifier and Type | Method and Description |
---|---|
org.neo4j.cursor.Cursor<PropertyItem> |
ReadableTransactionState.augmentPropertyCursor(org.neo4j.cursor.Cursor<PropertyItem> cursor,
PropertyContainerState propertyContainerState) |
org.neo4j.cursor.Cursor<PropertyItem> |
ReadableTransactionState.augmentSinglePropertyCursor(org.neo4j.cursor.Cursor<PropertyItem> cursor,
PropertyContainerState propertyContainerState,
int propertyKeyId) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.