|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of RelationshipRecord in org.neo4j.backup.check |
|---|
| Methods in org.neo4j.backup.check that return types with arguments of type RelationshipRecord | |
|---|---|
DiffRecordStore<RelationshipRecord> |
DiffStore.getRelationshipStore()
|
| Methods in org.neo4j.backup.check with parameters of type RelationshipRecord | |
|---|---|
void |
ConsistencyCheck.processRelationship(RecordStore<RelationshipRecord> store,
RelationshipRecord rel)
|
void |
DiffStore.visitRelationship(RelationshipRecord record)
|
| Method parameters in org.neo4j.backup.check with type arguments of type RelationshipRecord | |
|---|---|
void |
ConsistencyCheck.processRelationship(RecordStore<RelationshipRecord> store,
RelationshipRecord rel)
|
| Uses of RelationshipRecord in org.neo4j.kernel.impl.nioneo.store |
|---|
| Methods in org.neo4j.kernel.impl.nioneo.store that return RelationshipRecord | |
|---|---|
RelationshipRecord |
RelationshipStore.forceGetRaw(long id)
|
RelationshipRecord |
RelationshipStore.forceGetRecord(long id)
|
RelationshipRecord |
RelationshipStore.getChainRecord(long relId)
|
RelationshipRecord |
RelationshipStore.getLightRel(long id)
|
RelationshipRecord |
RelationshipStore.getRecord(long id)
|
| Methods in org.neo4j.kernel.impl.nioneo.store that return types with arguments of type RelationshipRecord | |
|---|---|
RecordStore<RelationshipRecord> |
StoreAccess.getRelationshipStore()
|
| Methods in org.neo4j.kernel.impl.nioneo.store with parameters of type RelationshipRecord | |
|---|---|
void |
RelationshipStore.accept(RecordStore.Processor processor,
RelationshipRecord record)
|
void |
RelationshipStore.forceUpdateRecord(RelationshipRecord record)
|
void |
RecordStore.Processor.processRelationship(RecordStore<RelationshipRecord> store,
RelationshipRecord rel)
|
void |
RelationshipStore.updateRecord(RelationshipRecord record)
|
void |
RelationshipStore.updateRecord(RelationshipRecord record,
boolean recovered)
|
| Method parameters in org.neo4j.kernel.impl.nioneo.store with type arguments of type RelationshipRecord | |
|---|---|
void |
RecordStore.Processor.processRelationship(RecordStore<RelationshipRecord> store,
RelationshipRecord rel)
|
| Uses of RelationshipRecord in org.neo4j.kernel.impl.nioneo.xa |
|---|
| Methods in org.neo4j.kernel.impl.nioneo.xa that return RelationshipRecord | |
|---|---|
RelationshipRecord |
WriteTransaction.relLoadLight(long id)
|
| Methods in org.neo4j.kernel.impl.nioneo.xa that return types with arguments of type RelationshipRecord | |
|---|---|
Pair<Map<RelIdArray.DirectionWrapper,Iterable<RelationshipRecord>>,Long> |
WriteTransaction.getMoreRelationships(long nodeId,
long position)
|
| Methods in org.neo4j.kernel.impl.nioneo.xa with parameters of type RelationshipRecord | |
|---|---|
void |
CommandRecordVisitor.visitRelationship(RelationshipRecord record)
|
| Uses of RelationshipRecord in org.neo4j.kernel.impl.persistence |
|---|
| Methods in org.neo4j.kernel.impl.persistence that return RelationshipRecord | |
|---|---|
RelationshipRecord |
PersistenceManager.loadLightRelationship(long id)
|
RelationshipRecord |
NeoStoreTransaction.relLoadLight(long id)
Tries to load the light relationship with the given id, returns the record on success. |
| Methods in org.neo4j.kernel.impl.persistence that return types with arguments of type RelationshipRecord | |
|---|---|
Pair<Map<RelIdArray.DirectionWrapper,Iterable<RelationshipRecord>>,Long> |
PersistenceManager.getMoreRelationships(long nodeId,
long position)
|
Pair<Map<RelIdArray.DirectionWrapper,Iterable<RelationshipRecord>>,Long> |
NeoStoreTransaction.getMoreRelationships(long nodeId,
long position)
|
| Uses of RelationshipRecord in org.neo4j.kernel.impl.storemigration.legacystore |
|---|
| Methods in org.neo4j.kernel.impl.storemigration.legacystore that return types with arguments of type RelationshipRecord | |
|---|---|
Iterable<RelationshipRecord> |
LegacyRelationshipStoreReader.readRelationshipStore()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||