- SCHEDULED_ACTION - Static variable in interface org.apache.camel.routepolicy.quartz2.ScheduledRoutePolicyConstants
-
- SCHEDULED_ROUTE - Static variable in interface org.apache.camel.routepolicy.quartz2.ScheduledRoutePolicyConstants
-
- SCHEDULED_TRIGGER - Static variable in interface org.apache.camel.routepolicy.quartz2.ScheduledRoutePolicyConstants
-
- ScheduledJob - Class in org.apache.camel.routepolicy.quartz2
-
- ScheduledJob() - Constructor for class org.apache.camel.routepolicy.quartz2.ScheduledJob
-
- ScheduledJobState - Class in org.apache.camel.routepolicy.quartz2
-
- ScheduledJobState(ScheduledRoutePolicyConstants.Action, Route) - Constructor for class org.apache.camel.routepolicy.quartz2.ScheduledJobState
-
- ScheduledRouteDetails - Class in org.apache.camel.routepolicy.quartz2
-
- ScheduledRouteDetails() - Constructor for class org.apache.camel.routepolicy.quartz2.ScheduledRouteDetails
-
- scheduledRouteDetailsMap - Variable in class org.apache.camel.routepolicy.quartz2.ScheduledRoutePolicy
-
- ScheduledRoutePolicy - Class in org.apache.camel.routepolicy.quartz2
-
This is Quartz2.x based RoutePolicy implementation that re-use almost identical to "camel-quartz" component.
- ScheduledRoutePolicy() - Constructor for class org.apache.camel.routepolicy.quartz2.ScheduledRoutePolicy
-
- ScheduledRoutePolicyConstants - Interface in org.apache.camel.routepolicy.quartz2
-
Quartz constants.
- ScheduledRoutePolicyConstants.Action - Enum in org.apache.camel.routepolicy.quartz2
-
- scheduleRoute(ScheduledRoutePolicyConstants.Action, Route) - Method in class org.apache.camel.routepolicy.quartz2.ScheduledRoutePolicy
-
- scheduleTask(Runnable) - Method in class org.apache.camel.pollconsumer.quartz2.QuartzScheduledPollConsumerScheduler
-
- searchForEndpointMatch(CamelContext, String) - Method in class org.apache.camel.component.quartz2.CamelJob
-
- setAutoStartScheduler(boolean) - Method in class org.apache.camel.component.quartz2.QuartzComponent
-
Whether or not the scheduler should be auto started.
- setAutoStartScheduler(boolean) - Method in class org.apache.camel.component.quartz2.QuartzEndpoint
-
Whether or not the scheduler should be auto started.
- setCamelContext(CamelContext) - Method in class org.apache.camel.pollconsumer.quartz2.QuartzScheduledPollConsumerScheduler
-
- setConsumerLoadBalancer(LoadBalancer) - Method in class org.apache.camel.component.quartz2.QuartzEndpoint
-
- setCron(String) - Method in class org.apache.camel.component.quartz2.QuartzEndpoint
-
Specifies a cron expression to define when to trigger.
- setCron(String) - Method in class org.apache.camel.pollconsumer.quartz2.QuartzScheduledPollConsumerScheduler
-
- setCustomCalendar(Calendar) - Method in class org.apache.camel.component.quartz2.QuartzEndpoint
-
Specifies a custom calendar to avoid specific range of date
- setDeleteJob(boolean) - Method in class org.apache.camel.component.quartz2.QuartzEndpoint
-
If set to true, then the trigger automatically delete when route stop.
- setDurableJob(boolean) - Method in class org.apache.camel.component.quartz2.QuartzEndpoint
-
Whether or not the job should remain stored after it is orphaned (no triggers point to it).
- setEnableJmx(boolean) - Method in class org.apache.camel.component.quartz2.QuartzComponent
-
Whether to enable Quartz JMX which allows to manage the Quartz scheduler from JMX.
- setFireNow(boolean) - Method in class org.apache.camel.component.quartz2.QuartzEndpoint
-
If it is true will fire the trigger when the route is start when using SimpleTrigger.
- setJobParameters(Map<String, Object>) - Method in class org.apache.camel.component.quartz2.QuartzEndpoint
-
To configure additional options on the job.
- setPauseJob(boolean) - Method in class org.apache.camel.component.quartz2.QuartzEndpoint
-
If set to true, then the trigger automatically pauses when route stop.
- setPrefixInstanceName(boolean) - Method in class org.apache.camel.component.quartz2.QuartzComponent
-
Whether to prefix the Quartz Scheduler instance name with the CamelContext name.
- setPrefixJobNameWithEndpointId(boolean) - Method in class org.apache.camel.component.quartz2.QuartzComponent
-
Whether to prefix the quartz job with the endpoint id.
- setPrefixJobNameWithEndpointId(boolean) - Method in class org.apache.camel.component.quartz2.QuartzEndpoint
-
Whether the job name should be prefixed with endpoint id
- setProperties(Properties) - Method in class org.apache.camel.component.quartz2.QuartzComponent
-
Properties to configure the Quartz scheduler.
- setPropertiesFile(String) - Method in class org.apache.camel.component.quartz2.QuartzComponent
-
File name of the properties to load from the classpath
- setQuartzScheduler(Scheduler) - Method in class org.apache.camel.pollconsumer.quartz2.QuartzScheduledPollConsumerScheduler
-
- setRecoverableJob(boolean) - Method in class org.apache.camel.component.quartz2.QuartzEndpoint
-
Instructs the scheduler whether or not the job should be re-executed if a 'recovery' or 'fail-over' situation is encountered.
- setResumeJobKey(JobKey) - Method in class org.apache.camel.routepolicy.quartz2.ScheduledRouteDetails
-
- setResumeTriggerKey(TriggerKey) - Method in class org.apache.camel.routepolicy.quartz2.ScheduledRouteDetails
-
- setRouteResumeDate(Date) - Method in class org.apache.camel.routepolicy.quartz2.SimpleScheduledRoutePolicy
-
- setRouteResumeRepeatCount(int) - Method in class org.apache.camel.routepolicy.quartz2.SimpleScheduledRoutePolicy
-
- setRouteResumeRepeatInterval(long) - Method in class org.apache.camel.routepolicy.quartz2.SimpleScheduledRoutePolicy
-
- setRouteResumeTime(String) - Method in class org.apache.camel.routepolicy.quartz2.CronScheduledRoutePolicy
-
- setRouteStartDate(Date) - Method in class org.apache.camel.routepolicy.quartz2.SimpleScheduledRoutePolicy
-
- setRouteStartRepeatCount(int) - Method in class org.apache.camel.routepolicy.quartz2.SimpleScheduledRoutePolicy
-
- setRouteStartRepeatInterval(long) - Method in class org.apache.camel.routepolicy.quartz2.SimpleScheduledRoutePolicy
-
- setRouteStartTime(String) - Method in class org.apache.camel.routepolicy.quartz2.CronScheduledRoutePolicy
-
- setRouteStopDate(Date) - Method in class org.apache.camel.routepolicy.quartz2.SimpleScheduledRoutePolicy
-
- setRouteStopGracePeriod(int) - Method in class org.apache.camel.routepolicy.quartz2.ScheduledRoutePolicy
-
- setRouteStopRepeatCount(int) - Method in class org.apache.camel.routepolicy.quartz2.SimpleScheduledRoutePolicy
-
- setRouteStopRepeatInterval(long) - Method in class org.apache.camel.routepolicy.quartz2.SimpleScheduledRoutePolicy
-
- setRouteStopTime(String) - Method in class org.apache.camel.routepolicy.quartz2.CronScheduledRoutePolicy
-
- setRouteSuspendDate(Date) - Method in class org.apache.camel.routepolicy.quartz2.SimpleScheduledRoutePolicy
-
- setRouteSuspendRepeatCount(int) - Method in class org.apache.camel.routepolicy.quartz2.SimpleScheduledRoutePolicy
-
- setRouteSuspendRepeatInterval(long) - Method in class org.apache.camel.routepolicy.quartz2.SimpleScheduledRoutePolicy
-
- setRouteSuspendTime(String) - Method in class org.apache.camel.routepolicy.quartz2.CronScheduledRoutePolicy
-
- setScheduler(Scheduler) - Method in class org.apache.camel.component.quartz2.QuartzComponent
-
To use the custom configured Quartz scheduler, instead of creating a new Scheduler.
- setScheduler(Scheduler) - Method in class org.apache.camel.routepolicy.quartz2.ScheduledRoutePolicy
-
- setSchedulerFactory(SchedulerFactory) - Method in class org.apache.camel.component.quartz2.QuartzComponent
-
To use the custom SchedulerFactory which is used to create the Scheduler.
- setStartDelayedSeconds(int) - Method in class org.apache.camel.component.quartz2.QuartzComponent
-
Seconds to wait before starting the quartz scheduler.
- setStartDelayedSeconds(int) - Method in class org.apache.camel.component.quartz2.QuartzEndpoint
-
Seconds to wait before starting the quartz scheduler.
- setStartJobKey(JobKey) - Method in class org.apache.camel.routepolicy.quartz2.ScheduledRouteDetails
-
- setStartTriggerKey(TriggerKey) - Method in class org.apache.camel.routepolicy.quartz2.ScheduledRouteDetails
-
- setStateful(boolean) - Method in class org.apache.camel.component.quartz2.QuartzEndpoint
-
Uses a Quartz @PersistJobDataAfterExecution and @DisallowConcurrentExecution instead of the default job.
- setStopJobKey(JobKey) - Method in class org.apache.camel.routepolicy.quartz2.ScheduledRouteDetails
-
- setStopTriggerKey(TriggerKey) - Method in class org.apache.camel.routepolicy.quartz2.ScheduledRouteDetails
-
- setSuspendJobKey(JobKey) - Method in class org.apache.camel.routepolicy.quartz2.ScheduledRouteDetails
-
- setSuspendTriggerKey(TriggerKey) - Method in class org.apache.camel.routepolicy.quartz2.ScheduledRouteDetails
-
- setTimeUnit(TimeUnit) - Method in class org.apache.camel.routepolicy.quartz2.ScheduledRoutePolicy
-
- setTimeZone(TimeZone) - Method in class org.apache.camel.pollconsumer.quartz2.QuartzScheduledPollConsumerScheduler
-
- setTimeZone(String) - Method in class org.apache.camel.routepolicy.quartz2.CronScheduledRoutePolicy
-
- setTriggerGroup(String) - Method in class org.apache.camel.pollconsumer.quartz2.QuartzScheduledPollConsumerScheduler
-
- setTriggerId(String) - Method in class org.apache.camel.pollconsumer.quartz2.QuartzScheduledPollConsumerScheduler
-
- setTriggerKey(TriggerKey) - Method in class org.apache.camel.component.quartz2.QuartzEndpoint
-
- setTriggerName(String) - Method in class org.apache.camel.component.quartz2.QuartzEndpoint
-
The quartz timer name to use.
- setTriggerParameters(Map<String, Object>) - Method in class org.apache.camel.component.quartz2.QuartzEndpoint
-
To configure additional options on the trigger.
- setTriggerStartDelay(long) - Method in class org.apache.camel.component.quartz2.QuartzEndpoint
-
In case of scheduler has already started, we want the trigger start slightly after current time to
ensure endpoint is fully started before the job kicks in.
- setUsingFixedCamelContextName(boolean) - Method in class org.apache.camel.component.quartz2.QuartzEndpoint
-
If it is true, JobDataMap uses the CamelContext name directly to reference the CamelContext,
if it is false, JobDataMap uses use the CamelContext management name which could be changed during the deploy time.
- SimpleScheduledRoutePolicy - Class in org.apache.camel.routepolicy.quartz2
-
- SimpleScheduledRoutePolicy() - Constructor for class org.apache.camel.routepolicy.quartz2.SimpleScheduledRoutePolicy
-
- startScheduler() - Method in class org.apache.camel.pollconsumer.quartz2.QuartzScheduledPollConsumerScheduler
-
- StatefulCamelJob - Class in org.apache.camel.component.quartz2
-
A stateful job for CamelJob.
- StatefulCamelJob() - Constructor for class org.apache.camel.component.quartz2.StatefulCamelJob
-