Package org.neo4j.gds.core.loading
Interface GraphStoreCatalog.GraphStoreWithUserNameAndConfig
-
- Enclosing class:
- GraphStoreCatalog
public static interface GraphStoreCatalog.GraphStoreWithUserNameAndConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GraphProjectConfigconfig()GraphStoregraphStore()java.lang.StringuserName()
-
-
-
Method Detail
-
graphStore
GraphStore graphStore()
-
userName
java.lang.String userName()
-
config
GraphProjectConfig config()
-
-