validateState();if(jobDetail ==null) {thrownewSchedulerException("JobDetail cannot be null"); }if(trigger ==null) {thrownewSchedulerException("Trigger cannot be null"); }if(jobDetail.getKey() ==null) {thrownewSchedulerException("Job's key cannot be null"); }if(jobDetail.getJobClass() ...
validateState();if(jobDetail ==null) {thrownewSchedulerException("JobDetail cannot be null"); }if(trigger ==null) {thrownewSchedulerException("Trigger cannot be null"); }if(jobDetail.getKey() ==null) {thrownewSchedulerException("Job's key cannot be null"); }if(jobDetail.getJobClass() ...
assertNotNull(spagobiJob, "Input parameter [spagobiJob] cannot be null"); JobDetail quartzJob = QuartzNativeObjectsConverter.convertJobToNativeObject(spagobiJob); if (quartzJob.getDescription() == null) quartzJob.setDescription(""); String jobGroupName = quartzJob.getGroup() != null ?
throw new SchedulerException("Job's class cannot be null"); if (trigger.getJobKey() == null) { trig.setJobKey(jobDetail.getKey()); } else if (!trigger.getJobKey().equals(jobDetail.getKey())) { throw new SchedulerException( "Trigger does not reference given job!"); if (trigger....
*/publicDatescheduleJob(JobDetailjobDetail,Triggertrigger)throwsSchedulerException{validateState();//验证调度器是否关闭,关闭抛出异常//检查 jobDetail和triggerif(jobDetail==null){thrownewSchedulerException("JobDetail cannot be null");}if(trigger==null){thrownewSchedulerException("Trigger cannot be null"...
ErrorMessage String The task has failed for a long time and cannot be recovered. The error message returned if incremental data migration or synchronization failed. BootTime String 2022-03-30T03:36:11.000 The time when the task was started. The time follows the ISO 8601 standard in the yyyy...
InvalidParameter.NullValue Message string 任务失败时的消息。成功则不返回此参数。 The specified parameter "%s" cannot be null. Output object 作业输出。 Video object 视频配置。 Bufsize string 缓冲区大小。 单位:Kb。 默认值:6000。 6000 Degrain string 独立去噪算法强度。 5 BitrateBnd object 视频平均码...
The specified parameter “%s” cannot be null. VideoStreamMap string 视频流序号。 格式:0:a:{序号},示例:0:a:0。 序号从 0 开始,序号的含义是视频流列表的下标。 若不设置,选择默认的视频流。 0:a:0 OutputFile object 输出文件。 RoleArn string 代理授权使用的角色信息。 acs:ram::<your uid>:ro...
Unfortunately, a Quartz JobDetail object created by MethodInvokingJobDetailFactoryBean cannot be serializable by design: It usually contains a direct reference to a Spring-managed bean etc. The javadoc clearly states that it is not meant to be serializable in the first place. If you need to sto...
if(key == null) throw new IllegalArgumentException("Key cannot be null!"); setName(key.getName()); setGroup(key.getGroup()); this.key = key; } 代码示例来源:origin: quartz-scheduler/quartz public void setKey(JobKey key) { if(key == null) throw new IllegalArgumentException("Key can...