Exemple #1
0
    def __init__(self, job_id):
        WorkUnit.__init__(self)

        self.job_id = job_id
        self.upload_progress = 0
        self.chunk_list = []
        self.new_tar_size = 0
    def __init__(self, job_id):
        WorkUnit.__init__(self)

        self.job_id = job_id
        self.upload_progress = 0
        self.chunk_list = []
        self.new_tar_size = 0
    def __init__(self, job_id, cco_filename):
        WorkUnit.__init__(self)

        self.job_id = job_id
        self.cco_filename = cco_filename

        self.db_session = None
        self.download_job = None
Exemple #4
0
    def __init__(self, job_id, cco_filename):
        WorkUnit.__init__(self)

        self.job_id = job_id
        self.cco_filename = cco_filename

        self.db_session = None
        self.download_job = None
    def __init__(self, job_id):
        WorkUnit.__init__(self)

        self.job_id = job_id
Exemple #6
0
    def __init__(self, host_id, job_id):
        WorkUnit.__init__(self)

        self.host_id = host_id
        self.job_id = job_id
Exemple #7
0
    def __init__(self, host_id, job_id):
        WorkUnit.__init__(self)

        self.host_id = host_id
        self.job_id = job_id
Exemple #8
0
    def __init__(self, job_id):
        WorkUnit.__init__(self)

        self.job_id = job_id
Exemple #9
0
    def __init__(self, filepath, job_id):
        WorkUnit.__init__(self)

        self.filepath = filepath
        self.job_id = job_id