public class PropertyReader extends Object implements org.neo4j.kernel.api.index.PropertyAccessor
| Constructor and Description |
|---|
PropertyReader(org.neo4j.kernel.impl.store.StoreAccess storeAccess) |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.kernel.api.properties.Property |
getProperty(long nodeId,
int propertyKeyId) |
Collection<org.neo4j.kernel.impl.store.record.PropertyRecord> |
getPropertyRecordChain(long firstId) |
Collection<org.neo4j.kernel.impl.store.record.PropertyRecord> |
getPropertyRecordChain(org.neo4j.kernel.impl.store.record.NodeRecord nodeRecord) |
List<org.neo4j.kernel.impl.store.record.PropertyBlock> |
propertyBlocks(Collection<org.neo4j.kernel.impl.store.record.PropertyRecord> records) |
List<org.neo4j.kernel.impl.store.record.PropertyBlock> |
propertyBlocks(org.neo4j.kernel.impl.store.record.NodeRecord nodeRecord) |
org.neo4j.kernel.api.properties.DefinedProperty |
propertyValue(org.neo4j.kernel.impl.store.record.PropertyBlock block) |
public PropertyReader(org.neo4j.kernel.impl.store.StoreAccess storeAccess)
public Collection<org.neo4j.kernel.impl.store.record.PropertyRecord> getPropertyRecordChain(org.neo4j.kernel.impl.store.record.NodeRecord nodeRecord)
public Collection<org.neo4j.kernel.impl.store.record.PropertyRecord> getPropertyRecordChain(long firstId)
public List<org.neo4j.kernel.impl.store.record.PropertyBlock> propertyBlocks(Collection<org.neo4j.kernel.impl.store.record.PropertyRecord> records)
public List<org.neo4j.kernel.impl.store.record.PropertyBlock> propertyBlocks(org.neo4j.kernel.impl.store.record.NodeRecord nodeRecord)
public org.neo4j.kernel.api.properties.DefinedProperty propertyValue(org.neo4j.kernel.impl.store.record.PropertyBlock block)
public org.neo4j.kernel.api.properties.Property getProperty(long nodeId,
int propertyKeyId)
getProperty in interface org.neo4j.kernel.api.index.PropertyAccessorCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.