Class UserLogProc


  • public class UserLogProc
    extends org.neo4j.gds.BaseProc
    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.neo4j.gds.core.utils.warnings.UserLogStore userLogStore  
      • Fields inherited from class org.neo4j.gds.BaseProc

        api, callContext, ESTIMATE_DESCRIPTION, internalModelCatalog, log, procedureTransaction, taskRegistryFactory, transaction, userLogRegistryFactory, username
    • Constructor Summary

      Constructors 
      Constructor Description
      UserLogProc()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.stream.Stream<org.neo4j.gds.core.utils.warnings.UserLogEntry> userLog​(java.lang.String jobId)  
      • Methods inherited from class org.neo4j.gds.BaseProc

        databaseId, executionContext, graphLoaderContext, graphStoreFromCatalog, isGdsAdmin, memoryUsageValidator, modelCatalog, runWithExceptionLogging, runWithExceptionLogging, setModelCatalog, username, validateConfig, validateConfig, validateGraphName
      • Methods inherited from class java.lang.Object

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

      • userLogStore

        public org.neo4j.gds.core.utils.warnings.UserLogStore userLogStore
    • Constructor Detail

      • UserLogProc

        public UserLogProc()
    • Method Detail

      • userLog

        public java.util.stream.Stream<org.neo4j.gds.core.utils.warnings.UserLogEntry> userLog​(java.lang.String jobId)