Home
last modified time | relevance | path

Searched refs:jobStartTime (Results 1 – 25 of 41) sorted by relevance

12

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/java/org/apache/hadoop/mapreduce/v2/jobhistory/
H A DJobIndexInfo.java38 private long jobStartTime; field in JobIndexInfo
60 this.jobStartTime = -1; in JobIndexInfo()
119 return jobStartTime; in getJobStartTime()
122 this.jobStartTime = lTime; in setJobStartTime()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/
H A DJob.php40 public $jobStartTime; variable in Google_Service_CloudTalentSolution_Job
201 public function setJobStartTime($jobStartTime) argument
203 $this->jobStartTime = $jobStartTime;
207 return $this->jobStartTime;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudTalentSolution/
H A DGoogleCloudTalentV4Job.php40 public $jobStartTime; variable in Google_Service_CloudTalentSolution_GoogleCloudTalentV4Job
201 public function setJobStartTime($jobStartTime) argument
203 $this->jobStartTime = $jobStartTime;
207 return $this->jobStartTime;
H A DJob.php40 public $jobStartTime; variable in Google_Service_CloudTalentSolution_Job
201 public function setJobStartTime($jobStartTime) argument
203 $this->jobStartTime = $jobStartTime;
207 return $this->jobStartTime;
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/plugins/stored/python/pyfiles/
H A DBareosSdPluginBaseclass.py92 self.jobStartTime = time.time()
96 % (self.jobStartTime),
107 self.jobRunningTime = self.jobEndTime - self.jobStartTime
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/plugins/stored/python/pyfiles/
H A DBareosSdPluginBaseclass.py92 self.jobStartTime = time.time()
96 % (self.jobStartTime),
107 self.jobRunningTime = self.jobEndTime - self.jobStartTime
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/plugins/stored/python/pyfiles/
H A DBareosSdPluginBaseclass.py92 self.jobStartTime = time.time()
96 % (self.jobStartTime),
107 self.jobRunningTime = self.jobEndTime - self.jobStartTime
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/plugins/stored/python/pyfiles/
H A DBareosSdPluginBaseclass.py92 self.jobStartTime = time.time()
96 % (self.jobStartTime),
107 self.jobRunningTime = self.jobEndTime - self.jobStartTime
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/plugins/stored/
H A DBareosSdPluginBaseclass.py97 self.jobStartTime = time.time()
102 % (self.jobStartTime),
118 self.jobRunningTime = self.jobEndTime - self.jobStartTime
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/plugins/stored/
H A DBareosSdPluginBaseclass.py96 self.jobStartTime = time.time()
100 (self.jobStartTime))
110 self.jobRunningTime = self.jobEndTime - self.jobStartTime
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/plugins/stored/
H A DBareosSdPluginBaseclass.py97 self.jobStartTime = time.time()
102 % (self.jobStartTime),
118 self.jobRunningTime = self.jobEndTime - self.jobStartTime
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/plugins/stored/
H A DBareosSdPluginBaseclass.py96 self.jobStartTime = time.time()
100 (self.jobStartTime))
110 self.jobRunningTime = self.jobEndTime - self.jobStartTime
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/plugins/stored/
H A DBareosSdPluginBaseclass.py96 self.jobStartTime = time.time()
100 (self.jobStartTime))
110 self.jobRunningTime = self.jobEndTime - self.jobStartTime
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/plugins/stored/
H A DBareosSdPluginBaseclass.py97 self.jobStartTime = time.time()
102 % (self.jobStartTime),
118 self.jobRunningTime = self.jobEndTime - self.jobStartTime
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/plugins/stored/
H A DBareosSdPluginBaseclass.py96 self.jobStartTime = time.time()
100 (self.jobStartTime))
110 self.jobRunningTime = self.jobEndTime - self.jobStartTime
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/plugins/stored/
H A DBareosSdPluginBaseclass.py97 self.jobStartTime = time.time()
102 % (self.jobStartTime),
118 self.jobRunningTime = self.jobEndTime - self.jobStartTime
/dports/www/owncloud/owncloud/lib/private/BackgroundJob/
H A DJob.php53 $jobStartTime = \time();
70 $timeTaken = $jobEndTime - $jobStartTime;
/dports/www/nextcloud/nextcloud/lib/private/BackgroundJob/
H A DJob.php49 $jobStartTime = time();
52 $timeTaken = time() - $jobStartTime;
/dports/www/nextcloud/nextcloud/lib/public/BackgroundJob/
H A DJob.php77 $jobStartTime = $this->time->getTime();
80 $timeTaken = $this->time->getTime() - $jobStartTime;
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/plugins/dird/python/pyfiles/
H A DBareosDirPluginBaseclass.py116 self.jobStartTime = time.time()
121 % (self.jobStartTime),
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/plugins/dird/python/pyfiles/
H A DBareosDirPluginBaseclass.py116 self.jobStartTime = time.time()
121 % (self.jobStartTime),
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/plugins/dird/python/pyfiles/
H A DBareosDirPluginBaseclass.py116 self.jobStartTime = time.time()
121 % (self.jobStartTime),
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/plugins/dird/python/pyfiles/
H A DBareosDirPluginBaseclass.py116 self.jobStartTime = time.time()
121 % (self.jobStartTime),
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/plugins/dird/
H A DBareosDirPluginBaseclass.py112 self.jobStartTime = time.time()
117 (self.jobStartTime))
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/plugins/dird/
H A DBareosDirPluginBaseclass.py124 self.jobStartTime = time.time()
132 % (self.jobStartTime),

12