Class VisorTaskArgument<A>

    • Constructor Detail

      • VisorTaskArgument

        public VisorTaskArgument()
        Default constructor.
      • VisorTaskArgument

        public VisorTaskArgument​(Collection<UUID> nodes,
                                 A arg,
                                 boolean debug)
        Create Visor task argument.
        Parameters:
        nodes - Node IDs task should be mapped to.
        arg - Task argument.
        debug - Debug flag.
      • VisorTaskArgument

        public VisorTaskArgument​(Collection<UUID> nodes,
                                 boolean debug)
        Create Visor task argument with nodes, but without actual argument.
        Parameters:
        nodes - Node IDs task should be mapped to.
        debug - Debug flag.
      • VisorTaskArgument

        public VisorTaskArgument​(UUID node,
                                 A arg,
                                 boolean debug)
        Create Visor task argument.
        Parameters:
        node - Node ID task should be mapped to.
        arg - Task argument.
        debug - Debug flag.
      • VisorTaskArgument

        public VisorTaskArgument​(UUID node,
                                 boolean debug)
        Create Visor task argument with nodes, but without actual argument.
        Parameters:
        node - Node ID task should be mapped to.
        debug - Debug flag.