|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RelationshipTypeStore | |
|---|---|
| org.neo4j.backup.check | |
| org.neo4j.kernel.impl.nioneo.store | |
| org.neo4j.kernel.impl.nioneo.xa | |
| org.neo4j.kernel.impl.storemigration | |
| Uses of RelationshipTypeStore in org.neo4j.backup.check |
|---|
| Constructors in org.neo4j.backup.check with parameters of type RelationshipTypeStore | |
|---|---|
DiffStore(NodeStore nodeStore,
RelationshipStore relStore,
PropertyStore propStore,
RelationshipTypeStore typeStore)
|
|
| Uses of RelationshipTypeStore in org.neo4j.kernel.impl.nioneo.store |
|---|
| Methods in org.neo4j.kernel.impl.nioneo.store that return RelationshipTypeStore | |
|---|---|
RelationshipTypeStore |
NeoStore.getRelationshipTypeStore()
Returns the relationship type store. |
| Constructors in org.neo4j.kernel.impl.nioneo.store with parameters of type RelationshipTypeStore | |
|---|---|
StoreAccess(NodeStore nodeStore,
RelationshipStore relStore,
PropertyStore propStore,
RelationshipTypeStore typeStore)
|
|
| Uses of RelationshipTypeStore in org.neo4j.kernel.impl.nioneo.xa |
|---|
| Methods in org.neo4j.kernel.impl.nioneo.xa that return RelationshipTypeStore | |
|---|---|
RelationshipTypeStore |
NeoStoreXaConnection.getRelationshipTypeStore()
|
| Uses of RelationshipTypeStore in org.neo4j.kernel.impl.storemigration |
|---|
| Methods in org.neo4j.kernel.impl.storemigration with parameters of type RelationshipTypeStore | |
|---|---|
void |
StoreMigrator.Migration.createRelationshipType(RelationshipTypeStore relationshipTypeStore,
String name,
int id)
|
void |
StoreMigrator.Migration.migrateRelationshipTypes(RelationshipTypeStore relationshipTypeStore)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||