Class VisorJob<A,​R>

    • Field Detail

      • start

        protected transient long start
        Job start time.
      • debug

        protected boolean debug
        Debug flag.
    • Constructor Detail

      • VisorJob

        protected VisorJob​(@Nullable
                           A arg,
                           boolean debug)
        Create job with specified argument.
        Parameters:
        arg - Job argument.
        debug - Flag indicating whether debug information should be printed into node log.