Ejemplo n.º 1
0
 def __init__(self):
     SimpleTask.__init__(self, 'MoveFiles')
Ejemplo n.º 2
0
 def __init__(self):
     SimpleTask.__init__(self, "MoveFiles")
Ejemplo n.º 3
0
 def __init__(self):
     SimpleTask.__init__(self, "CheckIP")
Ejemplo n.º 4
0
 def __init__(self, file_prefix):
     SimpleTask.__init__(self, "PrepareDirectories")
     self.file_prefix = file_prefix
Ejemplo n.º 5
0
	def __init__(self, file_prefix):
		SimpleTask.__init__(self, "PrepareDirectories")
		self.file_prefix = file_prefix
 def __init__(self, warc_prefix):
     SimpleTask.__init__(self, "PrepareDirectories")
     self.warc_prefix = warc_prefix
 def __init__(self):
     SimpleTask.__init__(self, "DeleteFiles")
Ejemplo n.º 8
0
 def __init__(self):
     SimpleTask.__init__(self, "Deduplicate")
Ejemplo n.º 9
0
 def __init__(self):
     SimpleTask.__init__(self, "CheckLocalWebserver")
 def __init__(self):
     SimpleTask.__init__(self, "PrepareDirectories")
Ejemplo n.º 11
0
 def __init__(self, target_directory):
     SimpleTask.__init__(self, "MoveFiles")
     self.target_directory = target_directory
Ejemplo n.º 12
0
 def __init__(self):
     SimpleTask.__init__(self, 'CompressLogIfNoMetaWarc')
Ejemplo n.º 13
0
 def __init__(self):
     SimpleTask.__init__(self, "CleanUpDirectories")
Ejemplo n.º 14
0
 def __init__(self):
     SimpleTask.__init__(self, "CheckIP")
     self._counter = 0
Ejemplo n.º 15
0
	def __init__(self):
		SimpleTask.__init__(self, "PrepareDirectories")
Ejemplo n.º 16
0
 def __init__(self):
     SimpleTask.__init__(self, 'ExtraItemParams')
Ejemplo n.º 17
0
 def __init__(self):
     SimpleTask.__init__(self, 'SetBadUrls')
Ejemplo n.º 18
0
 def __init__(self):
     SimpleTask.__init__(self, 'CheckIP')
     self._counter = 0
Ejemplo n.º 19
0
 def __init__(self):
   SimpleTask.__init__(self, "Login")
Ejemplo n.º 20
0
 def __init__(self, defaults=None, file_groups=None, id_function=None):
     SimpleTask.__init__(self, "PrepareStatsForTracker")
     self.defaults = defaults or {}
     self.file_groups = file_groups or {}
     self.id_function = id_function
Ejemplo n.º 21
0
 def __init__(self):
     SimpleTask.__init__(self, "Sample")
Ejemplo n.º 22
0
 def __init__(self):
     SimpleTask.__init__(self, 'SetFetchDepth')
Ejemplo n.º 23
0
 def __init__(self):
     SimpleTask.__init__(self, 'SelectUserAgent')
Ejemplo n.º 24
0
 def __init__(self):
     SimpleTask.__init__(self, 'WriteInfo')
Ejemplo n.º 25
0
 def __init__(self, warc_prefix):
     SimpleTask.__init__(self, "CheckIP")
     self._counter = 0
Ejemplo n.º 26
0
 def __init__(self, defaults=None, file_groups=None, id_function=None):
     SimpleTask.__init__(self, "PrepareStatsForTracker")
     self.defaults = defaults or {}
     self.file_groups = file_groups or {}
     self.id_function = id_function
Ejemplo n.º 27
0
 def __init__(self):
     SimpleTask.__init__(self, "Deduplicate")
Ejemplo n.º 28
0
 def __init__(self):
     SimpleTask.__init__(self, 'CheckIP')
     self._counter = 0
Ejemplo n.º 29
0
 def __init__(self):
     SimpleTask.__init__(self, "StupidTask")
Ejemplo n.º 30
0
 def __init__(self):
     SimpleTask.__init__(self, "DeduplicateWarcExtProc")
Ejemplo n.º 31
0
 def __init__(self):
     SimpleTask.__init__(self, 'SetFetchDepth')
Ejemplo n.º 32
0
 def __init__(self, warc_prefix):
     SimpleTask.__init__(self, 'PrepareDirectories')
     self.warc_prefix = warc_prefix
Ejemplo n.º 33
0
 def __init__(self):
     SimpleTask.__init__(self, 'PreparePaths')
Ejemplo n.º 34
0
 def __init__(self):
     SimpleTask.__init__(self, "CleanUpItemDir")
Ejemplo n.º 35
0
 def __init__(self):
     SimpleTask.__init__(self, 'WriteInfo')
Ejemplo n.º 36
0
 def __init__(self):
     SimpleTask.__init__(self, 'MoveFiles')
Ejemplo n.º 37
0
 def __init__(self):
     SimpleTask.__init__(self, 'StopHeartbeat')
Ejemplo n.º 38
0
 def __init__(self):
     SimpleTask.__init__(self, "Sample")
Ejemplo n.º 39
0
 def __init__(self, control):
     SimpleTask.__init__(self, 'StartHeartbeat')
     self.control = control
Ejemplo n.º 40
0
	def __init__(self):
		SimpleTask.__init__(self, "CleanUpDirectories")
Ejemplo n.º 41
0
 def __init__(self):
     SimpleTask.__init__(self, 'Deduplicate')
 def __init__(self):
     SimpleTask.__init__(self, "CheckIP")
     self._counter = 0
Ejemplo n.º 43
0
 def __init__(self):
     SimpleTask.__init__(self, "Bouncer")
Ejemplo n.º 44
0
 def __init__(self, control):
     SimpleTask.__init__(self, 'StartHeartbeat')
     self.control = control
Ejemplo n.º 45
0
 def __init__(self):
     SimpleTask.__init__(self, 'CheckBan')
Ejemplo n.º 46
0
 def __init__(self):
     SimpleTask.__init__(self, 'PreparePaths')
Ejemplo n.º 47
0
 def __init__(self):
     SimpleTask.__init__(self, "Bouncer")
Ejemplo n.º 48
0
 def __init__(self):
     SimpleTask.__init__(self, "MoveFiles")
Ejemplo n.º 49
0
 def __init__(self):
     SimpleTask.__init__(self, "CheckIP")
Ejemplo n.º 50
0
 def __init__(self):
     SimpleTask.__init__(self, 'StopHeartbeat')
Ejemplo n.º 51
0
 def __init__(self):
     SimpleTask.__init__(self, 'JoinWarcs')