public class DiffStore
extends org.neo4j.kernel.impl.store.StoreAccess
implements org.neo4j.kernel.impl.transaction.command.CommandRecordVisitor
| Constructor and Description |
|---|
DiffStore(org.neo4j.kernel.impl.store.NeoStore store) |
| Modifier and Type | Method and Description |
|---|---|
DiffRecordStore<org.neo4j.kernel.impl.store.record.DynamicRecord> |
getArrayStore() |
org.neo4j.kernel.impl.store.record.NeoStoreRecord |
getMasterRecord() |
DiffRecordStore<org.neo4j.kernel.impl.store.record.NodeRecord> |
getNodeStore() |
DiffRecordStore<org.neo4j.kernel.impl.store.record.DynamicRecord> |
getPropertyKeyNameStore() |
DiffRecordStore<org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord> |
getPropertyKeyTokenStore() |
DiffRecordStore<org.neo4j.kernel.impl.store.record.PropertyRecord> |
getPropertyStore() |
DiffRecordStore<org.neo4j.kernel.impl.store.record.RelationshipGroupRecord> |
getRelationshipGroupStore() |
DiffRecordStore<org.neo4j.kernel.impl.store.record.RelationshipRecord> |
getRelationshipStore() |
DiffRecordStore<org.neo4j.kernel.impl.store.record.DynamicRecord> |
getRelationshipTypeNameStore() |
DiffRecordStore<org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord> |
getRelationshipTypeTokenStore() |
DiffRecordStore<org.neo4j.kernel.impl.store.record.DynamicRecord> |
getSchemaStore() |
DiffRecordStore<org.neo4j.kernel.impl.store.record.DynamicRecord> |
getStringStore() |
void |
visitLabelToken(org.neo4j.kernel.impl.store.record.LabelTokenRecord record) |
void |
visitNeoStore(org.neo4j.kernel.impl.store.record.NeoStoreRecord record) |
void |
visitNode(org.neo4j.kernel.impl.store.record.NodeRecord record) |
void |
visitProperty(org.neo4j.kernel.impl.store.record.PropertyRecord record) |
void |
visitPropertyKeyToken(org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord record) |
void |
visitRelationship(org.neo4j.kernel.impl.store.record.RelationshipRecord record) |
void |
visitRelationshipGroup(org.neo4j.kernel.impl.store.record.RelationshipGroupRecord record) |
void |
visitRelationshipTypeToken(org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord record) |
void |
visitSchemaRule(Collection<org.neo4j.kernel.impl.store.record.DynamicRecord> records) |
public void visitNode(org.neo4j.kernel.impl.store.record.NodeRecord record)
visitNode in interface org.neo4j.kernel.impl.transaction.command.CommandRecordVisitorpublic void visitRelationship(org.neo4j.kernel.impl.store.record.RelationshipRecord record)
visitRelationship in interface org.neo4j.kernel.impl.transaction.command.CommandRecordVisitorpublic void visitProperty(org.neo4j.kernel.impl.store.record.PropertyRecord record)
visitProperty in interface org.neo4j.kernel.impl.transaction.command.CommandRecordVisitorpublic void visitPropertyKeyToken(org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord record)
visitPropertyKeyToken in interface org.neo4j.kernel.impl.transaction.command.CommandRecordVisitorpublic void visitRelationshipTypeToken(org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord record)
visitRelationshipTypeToken in interface org.neo4j.kernel.impl.transaction.command.CommandRecordVisitorpublic void visitLabelToken(org.neo4j.kernel.impl.store.record.LabelTokenRecord record)
visitLabelToken in interface org.neo4j.kernel.impl.transaction.command.CommandRecordVisitorpublic void visitNeoStore(org.neo4j.kernel.impl.store.record.NeoStoreRecord record)
visitNeoStore in interface org.neo4j.kernel.impl.transaction.command.CommandRecordVisitorpublic void visitSchemaRule(Collection<org.neo4j.kernel.impl.store.record.DynamicRecord> records)
visitSchemaRule in interface org.neo4j.kernel.impl.transaction.command.CommandRecordVisitorpublic void visitRelationshipGroup(org.neo4j.kernel.impl.store.record.RelationshipGroupRecord record)
visitRelationshipGroup in interface org.neo4j.kernel.impl.transaction.command.CommandRecordVisitorpublic DiffRecordStore<org.neo4j.kernel.impl.store.record.DynamicRecord> getSchemaStore()
getSchemaStore in class org.neo4j.kernel.impl.store.StoreAccesspublic DiffRecordStore<org.neo4j.kernel.impl.store.record.NodeRecord> getNodeStore()
getNodeStore in class org.neo4j.kernel.impl.store.StoreAccesspublic DiffRecordStore<org.neo4j.kernel.impl.store.record.RelationshipRecord> getRelationshipStore()
getRelationshipStore in class org.neo4j.kernel.impl.store.StoreAccesspublic DiffRecordStore<org.neo4j.kernel.impl.store.record.RelationshipGroupRecord> getRelationshipGroupStore()
getRelationshipGroupStore in class org.neo4j.kernel.impl.store.StoreAccesspublic DiffRecordStore<org.neo4j.kernel.impl.store.record.PropertyRecord> getPropertyStore()
getPropertyStore in class org.neo4j.kernel.impl.store.StoreAccesspublic DiffRecordStore<org.neo4j.kernel.impl.store.record.DynamicRecord> getStringStore()
getStringStore in class org.neo4j.kernel.impl.store.StoreAccesspublic DiffRecordStore<org.neo4j.kernel.impl.store.record.DynamicRecord> getArrayStore()
getArrayStore in class org.neo4j.kernel.impl.store.StoreAccesspublic DiffRecordStore<org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord> getRelationshipTypeTokenStore()
getRelationshipTypeTokenStore in class org.neo4j.kernel.impl.store.StoreAccesspublic DiffRecordStore<org.neo4j.kernel.impl.store.record.DynamicRecord> getRelationshipTypeNameStore()
getRelationshipTypeNameStore in class org.neo4j.kernel.impl.store.StoreAccesspublic DiffRecordStore<org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord> getPropertyKeyTokenStore()
getPropertyKeyTokenStore in class org.neo4j.kernel.impl.store.StoreAccesspublic DiffRecordStore<org.neo4j.kernel.impl.store.record.DynamicRecord> getPropertyKeyNameStore()
getPropertyKeyNameStore in class org.neo4j.kernel.impl.store.StoreAccesspublic org.neo4j.kernel.impl.store.record.NeoStoreRecord getMasterRecord()
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.