Package org.neo4j.gds.executor
Interface GraphStoreCreator
-
- All Superinterfaces:
GraphStoreLoader
- All Known Implementing Classes:
FictitiousGraphStoreLoader,GraphStoreFromDatabaseLoader
public interface GraphStoreCreator extends GraphStoreLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.neo4j.gds.core.utils.mem.MemoryEstimationestimateMemoryUsageAfterLoading()org.neo4j.gds.core.utils.mem.MemoryEstimationestimateMemoryUsageDuringLoading()-
Methods inherited from interface org.neo4j.gds.executor.GraphStoreLoader
graphDimensions, graphProjectConfig, graphStore
-
-