Package org.neo4j.gds.executor
Class FictitiousGraphStoreLoader
- java.lang.Object
-
- org.neo4j.gds.executor.FictitiousGraphStoreLoader
-
- All Implemented Interfaces:
GraphStoreCreator,GraphStoreLoader
public class FictitiousGraphStoreLoader extends java.lang.Object implements GraphStoreCreator
-
-
Constructor Summary
Constructors Constructor Description FictitiousGraphStoreLoader(org.neo4j.gds.config.GraphProjectConfig graphProjectConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.neo4j.gds.core.utils.mem.MemoryEstimationestimateMemoryUsageAfterLoading()org.neo4j.gds.core.utils.mem.MemoryEstimationestimateMemoryUsageDuringLoading()org.neo4j.gds.core.GraphDimensionsgraphDimensions()org.neo4j.gds.config.GraphProjectConfiggraphProjectConfig()org.neo4j.gds.api.GraphStoregraphStore()
-
-
-
Method Detail
-
graphProjectConfig
public org.neo4j.gds.config.GraphProjectConfig graphProjectConfig()
- Specified by:
graphProjectConfigin interfaceGraphStoreLoader
-
graphDimensions
public org.neo4j.gds.core.GraphDimensions graphDimensions()
- Specified by:
graphDimensionsin interfaceGraphStoreLoader
-
estimateMemoryUsageDuringLoading
public org.neo4j.gds.core.utils.mem.MemoryEstimation estimateMemoryUsageDuringLoading()
- Specified by:
estimateMemoryUsageDuringLoadingin interfaceGraphStoreCreator
-
estimateMemoryUsageAfterLoading
public org.neo4j.gds.core.utils.mem.MemoryEstimation estimateMemoryUsageAfterLoading()
- Specified by:
estimateMemoryUsageAfterLoadingin interfaceGraphStoreCreator
-
graphStore
public org.neo4j.gds.api.GraphStore graphStore()
- Specified by:
graphStorein interfaceGraphStoreLoader
-
-