Class TaskStoreService


  • public class TaskStoreService
    extends java.lang.Object
    This class should hold all TaskStores for the application. Therefore, it should be a singleton. You instantiate it up once as part of assembling the application. TaskStores are tied to databases and live for the lifetime of a database.
    • Constructor Summary

      Constructors 
      Constructor Description
      TaskStoreService​(boolean progressTrackingEnabled)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.neo4j.gds.core.utils.progress.TaskStore getTaskStore​(DatabaseId databaseId)  
      • Methods inherited from class java.lang.Object

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

      • TaskStoreService

        public TaskStoreService​(boolean progressTrackingEnabled)
    • Method Detail

      • getTaskStore

        public org.neo4j.gds.core.utils.progress.TaskStore getTaskStore​(DatabaseId databaseId)