Toggle navigation
Home
org.neo4j.coreedge.server.core.CoreGraphDatabase to org.neo4j.coreedge.discovery.CoreServer
No. of Instances - 44
No. of Commits - 1
No. of Projects - {'neo4j'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
DbRepresentation.of(leader)
to
DbRepresentation.of(leader.database())
sourceRepresentation.equals(DbRepresentation.of(targetDB))
to
sourceRepresentation.equals(DbRepresentation.of(targetDB.database()))
getCoreState(db)
to
db.coreState()
DbRepresentation.of(source)
to
DbRepresentation.of(source.database())
DbRepresentation.of(follower)
to
DbRepresentation.of(follower.database())
firstOrNull(coreServers.values()).getDependencyResolver()
to
firstOrNull(coreServers.values()).database().getDependencyResolver()
startCoreServer(serverId,intendedClusterSize,advertisedAddress,extraParams,instanceExtraParams,recordFormat)
to
coreServer
getCoreState(db)
to
db.coreState()
getCoreState(db)
to
db.coreState()
coreServers.values().stream().filter(db -> db.getDependencyResolver().resolveDependency(DatabaseHealth.class).isHealthy())
to
coreServers.values().stream().filter(db -> db.database().getDependencyResolver().resolveDependency(DatabaseHealth.class).isHealthy())
DbRepresentation.of(source)
to
DbRepresentation.of(source.database())
DbRepresentation.of(follower)
to
DbRepresentation.of(follower.database())
backupAddress(db)
to
backupAddress(db.database())
getCoreState(follower)
to
follower.coreState()
DbRepresentation.of(source)
to
DbRepresentation.of(source.database())
DbRepresentation.of(follower)
to
DbRepresentation.of(follower.database())
getCoreState(coreDb)
to
coreDb.coreState()
getCoreState(follower)
to
follower.coreState()
DbRepresentation.of(source)
to
DbRepresentation.of(source.database())
DbRepresentation.of(follower)
to
DbRepresentation.of(follower.database())
getCoreState(follower)
to
follower.coreState()
DbRepresentation.of(leader)
to
DbRepresentation.of(leader.database())
DbRepresentation.of(follower)
to
DbRepresentation.of(follower.database())
DbRepresentation.of(leader)
to
DbRepresentation.of(leader.database())
DbRepresentation.of(follower)
to
DbRepresentation.of(follower.database())