Package org.neo4j.gds.executor
Interface GraphStoreLoader
-
- All Known Subinterfaces:
GraphStoreCreator
- All Known Implementing Classes:
FictitiousGraphStoreLoader,GraphStoreFromCatalogLoader,GraphStoreFromDatabaseLoader
public interface GraphStoreLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.neo4j.gds.core.GraphDimensionsgraphDimensions()org.neo4j.gds.config.GraphProjectConfiggraphProjectConfig()org.neo4j.gds.api.GraphStoregraphStore()
-