Class GraphStoreCatalogService


  • public class GraphStoreCatalogService
    extends java.lang.Object
    One day the graph catalog won't be a static thing, it'll instead be a dependency you inject here. One day.

    For now this service helps us engineer some other things.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean graphExists​(java.lang.String username, DatabaseId databaseId, java.lang.String graphName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GraphStoreCatalogService

        public GraphStoreCatalogService()
    • Method Detail

      • graphExists

        public boolean graphExists​(java.lang.String username,
                                   DatabaseId databaseId,
                                   java.lang.String graphName)