public class DirectRecordAccess extends Object implements RecordAccess
| Constructor and Description |
|---|
DirectRecordAccess(org.neo4j.kernel.impl.store.StoreAccess access,
CacheAccess cacheAccess) |
| Modifier and Type | Method and Description |
|---|---|
RecordReference<org.neo4j.kernel.impl.store.record.DynamicRecord> |
array(long id) |
CacheAccess |
cacheAccess() |
RecordReference<org.neo4j.kernel.impl.store.record.NeoStoreRecord> |
graph() |
RecordReference<org.neo4j.kernel.impl.store.record.LabelTokenRecord> |
label(int id) |
RecordReference<org.neo4j.kernel.impl.store.record.DynamicRecord> |
labelName(int id) |
RecordReference<org.neo4j.kernel.impl.store.record.NodeRecord> |
node(long id) |
RecordReference<org.neo4j.kernel.impl.store.record.DynamicRecord> |
nodeLabels(long id) |
RecordReference<org.neo4j.kernel.impl.store.record.PropertyRecord> |
property(long id) |
RecordReference<org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord> |
propertyKey(int id) |
RecordReference<org.neo4j.kernel.impl.store.record.DynamicRecord> |
propertyKeyName(int id) |
Iterator<org.neo4j.kernel.impl.store.record.PropertyRecord> |
rawPropertyChain(long firstId) |
RecordReference<org.neo4j.kernel.impl.store.record.RelationshipRecord> |
relationship(long id) |
RecordReference<org.neo4j.kernel.impl.store.record.RelationshipGroupRecord> |
relationshipGroup(long id) |
RecordReference<org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord> |
relationshipType(int id) |
RecordReference<org.neo4j.kernel.impl.store.record.DynamicRecord> |
relationshipTypeName(int id) |
RecordReference<org.neo4j.kernel.impl.store.record.DynamicRecord> |
schema(long id) |
boolean |
shouldCheck(long id,
MultiPassStore store) |
RecordReference<org.neo4j.kernel.impl.store.record.DynamicRecord> |
string(long id) |
public DirectRecordAccess(org.neo4j.kernel.impl.store.StoreAccess access,
CacheAccess cacheAccess)
public RecordReference<org.neo4j.kernel.impl.store.record.DynamicRecord> schema(long id)
schema in interface RecordAccesspublic RecordReference<org.neo4j.kernel.impl.store.record.NodeRecord> node(long id)
node in interface RecordAccesspublic RecordReference<org.neo4j.kernel.impl.store.record.RelationshipRecord> relationship(long id)
relationship in interface RecordAccesspublic RecordReference<org.neo4j.kernel.impl.store.record.RelationshipGroupRecord> relationshipGroup(long id)
relationshipGroup in interface RecordAccesspublic RecordReference<org.neo4j.kernel.impl.store.record.PropertyRecord> property(long id)
property in interface RecordAccesspublic Iterator<org.neo4j.kernel.impl.store.record.PropertyRecord> rawPropertyChain(long firstId)
rawPropertyChain in interface RecordAccesspublic RecordReference<org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord> relationshipType(int id)
relationshipType in interface RecordAccesspublic RecordReference<org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord> propertyKey(int id)
propertyKey in interface RecordAccesspublic RecordReference<org.neo4j.kernel.impl.store.record.DynamicRecord> string(long id)
string in interface RecordAccesspublic RecordReference<org.neo4j.kernel.impl.store.record.DynamicRecord> array(long id)
array in interface RecordAccesspublic RecordReference<org.neo4j.kernel.impl.store.record.DynamicRecord> relationshipTypeName(int id)
relationshipTypeName in interface RecordAccesspublic RecordReference<org.neo4j.kernel.impl.store.record.DynamicRecord> nodeLabels(long id)
nodeLabels in interface RecordAccesspublic RecordReference<org.neo4j.kernel.impl.store.record.LabelTokenRecord> label(int id)
label in interface RecordAccesspublic RecordReference<org.neo4j.kernel.impl.store.record.DynamicRecord> labelName(int id)
labelName in interface RecordAccesspublic RecordReference<org.neo4j.kernel.impl.store.record.DynamicRecord> propertyKeyName(int id)
propertyKeyName in interface RecordAccesspublic RecordReference<org.neo4j.kernel.impl.store.record.NeoStoreRecord> graph()
graph in interface RecordAccesspublic boolean shouldCheck(long id,
MultiPassStore store)
shouldCheck in interface RecordAccesspublic CacheAccess cacheAccess()
cacheAccess in interface RecordAccessCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.