Package org.neo4j.gds

Class ListProgressProc.JobProgressVisitor

  • All Implemented Interfaces:
    org.neo4j.gds.core.utils.progress.tasks.TaskVisitor
    Enclosing class:
    ListProgressProc

    public static class ListProgressProc.JobProgressVisitor
    extends org.neo4j.gds.core.utils.progress.tasks.DepthAwareTaskVisitor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void visit​(org.neo4j.gds.core.utils.progress.tasks.Task task)  
      • Methods inherited from class org.neo4j.gds.core.utils.progress.tasks.DepthAwareTaskVisitor

        depth
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.neo4j.gds.core.utils.progress.tasks.TaskVisitor

        visitIntermediateTask, visitIterativeTask, visitLeafTask
    • Method Detail

      • visit

        public void visit​(org.neo4j.gds.core.utils.progress.tasks.Task task)