Class UserLogProc


  • public class UserLogProc
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.neo4j.gds.procedures.GraphDataScience facade  
    • Constructor Summary

      Constructors 
      Constructor Description
      UserLogProc()
      For prod
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.stream.Stream<org.neo4j.gds.core.utils.warnings.UserLogEntry> alphaQueryUserLog​(java.lang.String jobId)
      Deprecated, for removal: This API element is subject to removal in a future version.
      java.util.stream.Stream<org.neo4j.gds.core.utils.warnings.UserLogEntry> queryUserLog​(java.lang.String jobId)  
      • Methods inherited from class java.lang.Object

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

      • facade

        public org.neo4j.gds.procedures.GraphDataScience facade
    • Constructor Detail

      • UserLogProc

        public UserLogProc()
        For prod
    • Method Detail

      • queryUserLog

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

        @Deprecated(forRemoval=true)
        public java.util.stream.Stream<org.neo4j.gds.core.utils.warnings.UserLogEntry> alphaQueryUserLog​(java.lang.String jobId)
        Deprecated, for removal: This API element is subject to removal in a future version.