Class CSRGraphStoreFactory<CONFIG extends GraphProjectConfig>

    • Constructor Detail

      • CSRGraphStoreFactory

        public CSRGraphStoreFactory​(CONFIG graphProjectConfig,
                                    Capabilities capabilities,
                                    GraphLoaderContext loadingContext,
                                    org.neo4j.gds.core.GraphDimensions dimensions)
    • Method Detail

      • logLoadingSummary

        protected void logLoadingSummary​(GraphStore graphStore)
      • progressTracker

        protected abstract org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker()
      • getMemoryEstimation

        public static org.neo4j.gds.core.utils.mem.MemoryEstimation getMemoryEstimation​(org.neo4j.gds.NodeProjections nodeProjections,
                                                                                        org.neo4j.gds.RelationshipProjections relationshipProjections,
                                                                                        boolean isLoading)