Interface ProgressLogger.ProgressLoggerFactory

  • Enclosing interface:
    ProgressLogger

    public static interface ProgressLogger.ProgressLoggerFactory
    • Method Detail

      • newLogger

        ProgressLogger newLogger​(org.neo4j.logging.Log log,
                                 long taskVolume,
                                 java.lang.String task,
                                 int concurrency)