public class FilteringRecordAccess extends DelegatingRecordAccess
| Constructor and Description |
|---|
FilteringRecordAccess(RecordAccess delegate,
MultiPassStore currentStore,
MultiPassStore... potentiallySkippableStores) |
| Modifier and Type | Method and Description |
|---|---|
RecordReference<org.neo4j.kernel.impl.store.record.DynamicRecord> |
array(long id) |
RecordReference<org.neo4j.kernel.impl.store.record.LabelTokenRecord> |
label(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) |
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) |
boolean |
shouldCheck(long id,
MultiPassStore store) |
RecordReference<org.neo4j.kernel.impl.store.record.DynamicRecord> |
string(long id) |
cacheAccess, graph, labelName, propertyKeyName, relationshipType, relationshipTypeName, schemapublic FilteringRecordAccess(RecordAccess delegate, MultiPassStore currentStore, MultiPassStore... potentiallySkippableStores)
public RecordReference<org.neo4j.kernel.impl.store.record.NodeRecord> node(long id)
node in interface RecordAccessnode in class DelegatingRecordAccesspublic RecordReference<org.neo4j.kernel.impl.store.record.RelationshipRecord> relationship(long id)
relationship in interface RecordAccessrelationship in class DelegatingRecordAccesspublic RecordReference<org.neo4j.kernel.impl.store.record.RelationshipGroupRecord> relationshipGroup(long id)
relationshipGroup in interface RecordAccessrelationshipGroup in class DelegatingRecordAccesspublic RecordReference<org.neo4j.kernel.impl.store.record.PropertyRecord> property(long id)
property in interface RecordAccessproperty in class DelegatingRecordAccesspublic Iterator<org.neo4j.kernel.impl.store.record.PropertyRecord> rawPropertyChain(long firstId)
rawPropertyChain in interface RecordAccessrawPropertyChain in class DelegatingRecordAccesspublic RecordReference<org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord> propertyKey(int id)
propertyKey in interface RecordAccesspropertyKey in class DelegatingRecordAccesspublic RecordReference<org.neo4j.kernel.impl.store.record.DynamicRecord> string(long id)
string in interface RecordAccessstring in class DelegatingRecordAccesspublic RecordReference<org.neo4j.kernel.impl.store.record.DynamicRecord> array(long id)
array in interface RecordAccessarray in class DelegatingRecordAccesspublic RecordReference<org.neo4j.kernel.impl.store.record.LabelTokenRecord> label(int id)
label in interface RecordAccesslabel in class DelegatingRecordAccesspublic RecordReference<org.neo4j.kernel.impl.store.record.DynamicRecord> nodeLabels(long id)
nodeLabels in interface RecordAccessnodeLabels in class DelegatingRecordAccesspublic boolean shouldCheck(long id,
MultiPassStore store)
shouldCheck in interface RecordAccessshouldCheck in class DelegatingRecordAccessCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.