Package org.neo4j.gds.core
Interface GraphLoader
-
public interface GraphLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GraphLoaderContextcontext()default Graphgraph()default GraphStoregraphStore()default GraphStoreFactory<? extends GraphStore,? extends GraphProjectConfig>graphStoreFactory()GraphProjectConfigprojectConfig()default java.lang.Stringusername()
-
-
-
Method Detail
-
context
GraphLoaderContext context()
-
username
@Default default java.lang.String username()
-
projectConfig
GraphProjectConfig projectConfig()
-
graph
default Graph graph()
-
graphStore
default GraphStore graphStore()
-
graphStoreFactory
default GraphStoreFactory<? extends GraphStore,? extends GraphProjectConfig> graphStoreFactory()
-
-