Tabnine Logo
FiredTriggerRecord.getScheduleTimestamp
Code IndexAdd Tabnine to your IDE (free)

How to use
getScheduleTimestamp
method
in
org.quartz.impl.jdbcjobstore.FiredTriggerRecord

Best Java code snippets using org.quartz.impl.jdbcjobstore.FiredTriggerRecord.getScheduleTimestamp (Showing top 2 results out of 315)

origin: quartz-scheduler/quartz

        + String.valueOf(recoverIds++),
    Scheduler.DEFAULT_RECOVERY_GROUP,
    new Date(ftRec.getScheduleTimestamp()));
rcvryTrig.setJobName(jKey.getName());
rcvryTrig.setJobGroup(jKey.getGroup());
jd.put(Scheduler.FAILED_JOB_ORIGINAL_TRIGGER_GROUP, tKey.getGroup());
jd.put(Scheduler.FAILED_JOB_ORIGINAL_TRIGGER_FIRETIME_IN_MILLISECONDS, String.valueOf(ftRec.getFireTimestamp()));
jd.put(Scheduler.FAILED_JOB_ORIGINAL_TRIGGER_SCHEDULED_FIRETIME_IN_MILLISECONDS, String.valueOf(ftRec.getScheduleTimestamp()));
rcvryTrig.setJobDataMap(jd);
origin: quartz-scheduler/quartz

        + String.valueOf(recoverIds++),
    Scheduler.DEFAULT_RECOVERY_GROUP,
    new Date(ftRec.getScheduleTimestamp()));
rcvryTrig.setJobName(jKey.getName());
rcvryTrig.setJobGroup(jKey.getGroup());
jd.put(Scheduler.FAILED_JOB_ORIGINAL_TRIGGER_GROUP, tKey.getGroup());
jd.put(Scheduler.FAILED_JOB_ORIGINAL_TRIGGER_FIRETIME_IN_MILLISECONDS, String.valueOf(ftRec.getFireTimestamp()));
jd.put(Scheduler.FAILED_JOB_ORIGINAL_TRIGGER_SCHEDULED_FIRETIME_IN_MILLISECONDS, String.valueOf(ftRec.getScheduleTimestamp()));
rcvryTrig.setJobDataMap(jd);
org.quartz.impl.jdbcjobstoreFiredTriggerRecordgetScheduleTimestamp

Popular methods of FiredTriggerRecord

  • <init>
  • getFireInstanceState
  • getFireTimestamp
  • getJobKey
  • getPriority
  • getTriggerKey
  • isJobRequestsRecovery
  • setFireInstanceId
  • setFireInstanceState
  • setFireTimestamp
  • setJobKey
  • setJobRequestsRecovery
  • setJobKey,
  • setJobRequestsRecovery,
  • setPriority,
  • setSchedulerInstanceId,
  • setTriggerKey,
  • getFireInstanceId,
  • isJobDisallowsConcurrentExecution,
  • isJobIsStateful,
  • isTriggerIsVolatile

Popular in Java

  • Running tasks concurrently on multiple threads
  • compareTo (BigDecimal)
  • putExtra (Intent)
  • setContentView (Activity)
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • Reference (javax.naming)
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • Github Copilot alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now