Uses of Class
org.neo4j.kernel.impl.nioneo.store.RelationshipTypeRecord

Packages that use RelationshipTypeRecord
org.neo4j.backup.check   
org.neo4j.kernel.impl.nioneo.store   
org.neo4j.kernel.impl.nioneo.xa   
org.neo4j.kernel.impl.storemigration.legacystore   
 

Uses of RelationshipTypeRecord in org.neo4j.backup.check
 

Methods in org.neo4j.backup.check that return types with arguments of type RelationshipTypeRecord
 DiffRecordStore<RelationshipTypeRecord> DiffStore.getRelationshipTypeStore()
           
 

Methods in org.neo4j.backup.check with parameters of type RelationshipTypeRecord
 void ConsistencyCheck.processRelationshipType(RecordStore<RelationshipTypeRecord> store, RelationshipTypeRecord type)
           
 void DiffStore.visitRelationshipType(RelationshipTypeRecord record)
           
 

Method parameters in org.neo4j.backup.check with type arguments of type RelationshipTypeRecord
 void ConsistencyCheck.processRelationshipType(RecordStore<RelationshipTypeRecord> store, RelationshipTypeRecord type)
           
 

Uses of RelationshipTypeRecord in org.neo4j.kernel.impl.nioneo.store
 

Methods in org.neo4j.kernel.impl.nioneo.store that return RelationshipTypeRecord
 RelationshipTypeRecord RelationshipTypeStore.forceGetRaw(long id)
           
 RelationshipTypeRecord RelationshipTypeStore.forceGetRecord(long id)
           
 RelationshipTypeRecord RelationshipTypeStore.getRecord(int id)
           
 RelationshipTypeRecord RelationshipTypeStore.getRecord(long id)
           
 

Methods in org.neo4j.kernel.impl.nioneo.store that return types with arguments of type RelationshipTypeRecord
 RecordStore<RelationshipTypeRecord> StoreAccess.getRelationshipTypeStore()
           
 

Methods in org.neo4j.kernel.impl.nioneo.store with parameters of type RelationshipTypeRecord
 void RelationshipTypeStore.accept(RecordStore.Processor processor, RelationshipTypeRecord record)
           
 void RelationshipTypeStore.forceUpdateRecord(RelationshipTypeRecord record)
           
 String RelationshipTypeStore.getStringFor(RelationshipTypeRecord relTypeRecord)
           
 void RecordStore.Processor.processRelationshipType(RecordStore<RelationshipTypeRecord> store, RelationshipTypeRecord record)
           
 void RelationshipTypeStore.updateRecord(RelationshipTypeRecord record)
           
 void RelationshipTypeStore.updateRecord(RelationshipTypeRecord record, boolean recovered)
           
 

Method parameters in org.neo4j.kernel.impl.nioneo.store with type arguments of type RelationshipTypeRecord
 void RecordStore.Processor.processRelationshipType(RecordStore<RelationshipTypeRecord> store, RelationshipTypeRecord record)
           
 

Uses of RelationshipTypeRecord in org.neo4j.kernel.impl.nioneo.xa
 

Methods in org.neo4j.kernel.impl.nioneo.xa with parameters of type RelationshipTypeRecord
 void CommandRecordVisitor.visitRelationshipType(RelationshipTypeRecord record)
           
 

Uses of RelationshipTypeRecord in org.neo4j.kernel.impl.storemigration.legacystore
 

Methods in org.neo4j.kernel.impl.storemigration.legacystore that return types with arguments of type RelationshipTypeRecord
 Iterable<RelationshipTypeRecord> LegacyRelationshipTypeStoreReader.readRelationshipTypes()
           
 



Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.