Skip navigation links
A B C D G H I J K L M N P R S T U V W 

A

AbstractRedisStorage<T extends redis.clients.jedis.JedisCommands> - Class in net.joelinn.quartz.jobstore
Joe Linn 7/16/2014
AbstractRedisStorage(RedisJobStoreSchema, ObjectMapper, SchedulerSignaler, String, int) - Constructor for class net.joelinn.quartz.jobstore.AbstractRedisStorage
 
acquireNextTriggers(long, int, long, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Get a handle to the next trigger to be fired, and mark it as 'reserved' by the calling scheduler.
acquireNextTriggers(long, int, long) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Get a handle to the next trigger to be fired, and mark it as 'reserved' by the calling scheduler.
addPrefix(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
Add the configured prefix string to the given key
applyMisfire(OperableTrigger, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Determine whether or not the given trigger has misfired.

B

blockedJobsSet() - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 

C

CALENDAR_CLASS - Static variable in class net.joelinn.quartz.jobstore.AbstractRedisStorage
 
CALENDAR_JSON - Static variable in class net.joelinn.quartz.jobstore.AbstractRedisStorage
 
calendarHashKey(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
calendarName(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
calendarsSet() - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
calendarTriggersSetKey(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
checkExists(JobKey, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Check if the job identified by the given key exists in storage
checkExists(TriggerKey, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Check if the trigger identified by the given key exists
checkExists(JobKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Determine whether a Job with the given identifier already exists within the scheduler.
checkExists(TriggerKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Determine whether a Trigger with the given identifier already exists within the scheduler.
clearAllSchedulingData(T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Clear (delete!) all scheduling data - all Jobs, Triggers Calendars.
clearAllSchedulingData() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Clear (delete!) all scheduling data - all Jobs, Triggers Calendars.
conRetries - Variable in class net.joelinn.quartz.jobstore.RedisJobStore
connection retries counter
conTimeout - Variable in class net.joelinn.quartz.jobstore.RedisJobStore
socket connection timeout in ms
CronTriggerMixin - Class in net.joelinn.quartz.jobstore.mixin
Joe Linn 7/15/2014
CronTriggerMixin() - Constructor for class net.joelinn.quartz.jobstore.mixin.CronTriggerMixin
 

D

database - Variable in class net.joelinn.quartz.jobstore.RedisJobStore
Redis database
DEFAULT_DELIMITER - Static variable in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
delimiter - Variable in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 

G

getCalendarNames(T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Get the names of all of the Calendar s in the JobStore.
getCalendarNames() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Get the names of all of the Calendar s in the JobStore.
getCronExpression() - Method in class net.joelinn.quartz.jobstore.mixin.CronTriggerMixin
 
getEstimatedTimeToReleaseAndAcquireTrigger() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
How long (in milliseconds) the JobStore implementation estimates that it will take to release a trigger and acquire a new one.
getExcludedDates() - Method in class net.joelinn.quartz.jobstore.mixin.HolidayCalendarMixin
 
getExpressionSummary() - Method in class net.joelinn.quartz.jobstore.mixin.CronTriggerMixin
 
getFinalFireTime() - Method in class net.joelinn.quartz.jobstore.mixin.TriggerMixin
 
getFullJobName() - Method in class net.joelinn.quartz.jobstore.mixin.TriggerMixin
 
getFullName() - Method in class net.joelinn.quartz.jobstore.mixin.JobDetailMixin
 
getFullName() - Method in class net.joelinn.quartz.jobstore.mixin.TriggerMixin
 
getJobBuilder() - Method in class net.joelinn.quartz.jobstore.mixin.JobDetailMixin
 
getJobDataMap() - Method in class net.joelinn.quartz.jobstore.mixin.JobDetailMixin
 
getJobDataMap() - Method in class net.joelinn.quartz.jobstore.mixin.TriggerMixin
 
getJobGroupNames(T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Get the names of all of the Job groups.
getJobGroupNames() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Get the names of all of the Job groups.
getJobKey() - Method in class net.joelinn.quartz.jobstore.mixin.TriggerMixin
 
getJobKeys(GroupMatcher<JobKey>, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Get the keys of all of the Job s that have the given group name.
getJobKeys(GroupMatcher<JobKey>, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
Get the keys of all of the Job s that have the given group name.
getJobKeys(GroupMatcher<JobKey>) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Get the keys of all of the Job s that have the given group name.
getJobKeys(GroupMatcher<JobKey>, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
Get the keys of all of the Job s that have the given group name.
getKey() - Method in class net.joelinn.quartz.jobstore.mixin.JobDetailMixin
 
getKey() - Method in class net.joelinn.quartz.jobstore.mixin.TriggerMixin
 
getKey() - Method in enum net.joelinn.quartz.jobstore.RedisTriggerState
 
getLastTriggersReleaseTime(T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Retrieve the last time (in milliseconds) that orphaned triggers were released
getNumberOfCalendars(T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Get the number of stored calendars
getNumberOfCalendars() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Get the number of Calendar s that are stored in the JobsStore.
getNumberOfJobs(T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Get the number of stored jobs
getNumberOfJobs() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Get the number of Job s that are stored in the JobsStore.
getNumberOfTriggers(T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Get the number of stored triggers
getNumberOfTriggers() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Get the number of Trigger s that are stored in the JobsStore.
getPassword() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
 
getPausedTriggerGroups(T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Retrieve all currently paused trigger groups
getPausedTriggerGroups() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
 
getScheduleBuilder() - Method in class net.joelinn.quartz.jobstore.mixin.TriggerMixin
 
getStringDataMap(JobDataMap) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Convert a JobDataMap to a HashMap with String keys and values
getTriggerBuilder() - Method in class net.joelinn.quartz.jobstore.mixin.TriggerMixin
 
getTriggerGroupNames(T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Get the names of all of the Trigger groups.
getTriggerGroupNames() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Get the names of all of the Trigger groups.
getTriggerKeys(GroupMatcher<TriggerKey>, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Get the names of all of the Trigger s that have the given group name.
getTriggerKeys(GroupMatcher<TriggerKey>, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
Get the names of all of the Trigger s that have the given group name.
getTriggerKeys(GroupMatcher<TriggerKey>) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Get the names of all of the Trigger s that have the given group name.
getTriggerKeys(GroupMatcher<TriggerKey>, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
Get the names of all of the Trigger s that have the given group name.
getTriggersForJob(JobKey, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Retrieve triggers associated with the given job
getTriggersForJob(JobKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Get all of the Triggers that are associated to the given Job.
getTriggerState(TriggerKey, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Get the current state of the identified Trigger.
getTriggerState(TriggerKey, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
Get the current state of the identified Trigger.
getTriggerState(TriggerKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Get the current state of the identified Trigger.
getTriggerState(TriggerKey, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
Get the current state of the identified Trigger.
getTriggerState() - Method in enum net.joelinn.quartz.jobstore.RedisTriggerState
 

H

HolidayCalendarMixin - Class in net.joelinn.quartz.jobstore.mixin
 
HolidayCalendarMixin() - Constructor for class net.joelinn.quartz.jobstore.mixin.HolidayCalendarMixin
 
host - Variable in class net.joelinn.quartz.jobstore.RedisJobStore
Redis host

I

initialize(ClassLoadHelper, SchedulerSignaler) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Called by the QuartzScheduler before the JobStore is used, in order to give the it a chance to initialize.
instanceId - Variable in class net.joelinn.quartz.jobstore.RedisJobStore
 
isClustered() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Whether or not the JobStore implementation is redisCluster.
isConcurrentExectionDisallowed() - Method in class net.joelinn.quartz.jobstore.mixin.JobDetailMixin
 
isJobConcurrentExecutionDisallowed(Class<? extends Job>) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Determine if the given job class disallows concurrent execution
isNullOrEmpty(String) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Check if a string is null or empty
isPersistJobDataAfterExecution(Class<? extends Job>) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
 
isPersistJobDataAfterExecution() - Method in class net.joelinn.quartz.jobstore.mixin.JobDetailMixin
 

J

JOB_GROUPS_SET - Static variable in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
jobBlockedKey(JobKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
jobDataMapHashKey(JobKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
JobDetailMixin - Class in net.joelinn.quartz.jobstore.mixin
Joe Linn 7/15/2014
JobDetailMixin() - Constructor for class net.joelinn.quartz.jobstore.mixin.JobDetailMixin
 
jobGroup(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
jobGroupSetKey(JobKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
jobGroupsSet() - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
jobHashKey(JobKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
jobKey(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
JOBS_SET - Static variable in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
jobsSet() - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
jobTriggersSetKey(JobKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 

K

keyDelimiter - Variable in class net.joelinn.quartz.jobstore.RedisJobStore
Redis key delimiter
keyPrefix - Variable in class net.joelinn.quartz.jobstore.RedisJobStore
Redis key prefix

L

lastTriggerReleaseTime() - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
lock(T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Attempt to acquire a lock
LOCK - Static variable in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
lockKey() - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
lockTimeout - Variable in class net.joelinn.quartz.jobstore.AbstractRedisStorage
 
lockTimeout - Variable in class net.joelinn.quartz.jobstore.RedisJobStore
Redis lock timeout in milliseconds
lockTrigger(TriggerKey, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Lock the trigger with the given key to the current jobstore instance
lockValue - Variable in class net.joelinn.quartz.jobstore.AbstractRedisStorage
The value of the currently held Redis lock (if any)

M

mapper - Variable in class net.joelinn.quartz.jobstore.AbstractRedisStorage
 
masterGroupName - Variable in class net.joelinn.quartz.jobstore.RedisJobStore
Redis sentinel master group name
misfireThreshold - Variable in class net.joelinn.quartz.jobstore.AbstractRedisStorage
 

N

net.joelinn.quartz.jobstore - package net.joelinn.quartz.jobstore
 
net.joelinn.quartz.jobstore.mixin - package net.joelinn.quartz.jobstore.mixin
 

P

password - Variable in class net.joelinn.quartz.jobstore.RedisJobStore
Redis password
pauseAll(T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Pause all triggers - equivalent of calling pauseTriggerGroup(group) on every group.
pauseAll() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Pause all triggers - equivalent of calling pauseTriggerGroup(group) on every group.
pausedJobGroupsSet() - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
pausedTriggerGroupsSet() - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
pauseJob(JobKey, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Pause a job by pausing all of its triggers
pauseJob(JobKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Pause the Job with the given name - by pausing all of its current Triggers.
pauseJobs(GroupMatcher<JobKey>, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Pause all of the Jobs in the given group - by pausing all of their Triggers.
pauseJobs(GroupMatcher<JobKey>, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
Pause all of the Jobs in the given group - by pausing all of their Triggers.
pauseJobs(GroupMatcher<JobKey>) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Pause all of the Jobs in the given group - by pausing all of their Triggers.
pauseJobs(GroupMatcher<JobKey>, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
Pause all of the Jobs in the given group - by pausing all of their Triggers.
pauseTrigger(TriggerKey, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Pause the trigger with the given key
pauseTrigger(TriggerKey, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
Pause the trigger with the given key
pauseTrigger(TriggerKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Pause the Trigger with the given key.
pauseTrigger(TriggerKey, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
Pause the trigger with the given key
pauseTriggers(GroupMatcher<TriggerKey>, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Pause all of the Triggers in the given group.
pauseTriggers(GroupMatcher<TriggerKey>, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
Pause all of the Triggers in the given group.
pauseTriggers(GroupMatcher<TriggerKey>) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Pause all of the Triggers in the given group.
pauseTriggers(GroupMatcher<TriggerKey>, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
Pause all of the Triggers in the given group.
port - Variable in class net.joelinn.quartz.jobstore.RedisJobStore
Redis port
prefix - Variable in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 

R

randomInt(int, int) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Get a random integer within the specified bounds
RedisClusterStorage - Class in net.joelinn.quartz.jobstore
Joe Linn 8/22/2015
RedisClusterStorage(RedisJobStoreSchema, ObjectMapper, SchedulerSignaler, String, int) - Constructor for class net.joelinn.quartz.jobstore.RedisClusterStorage
 
RedisJobStore - Class in net.joelinn.quartz.jobstore
Joe Linn 7/12/2014
RedisJobStore() - Constructor for class net.joelinn.quartz.jobstore.RedisJobStore
 
RedisJobStoreSchema - Class in net.joelinn.quartz.jobstore
Joe Linn 7/14/2014
RedisJobStoreSchema() - Constructor for class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
RedisJobStoreSchema(String) - Constructor for class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
RedisJobStoreSchema(String, String) - Constructor for class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
redisSchema - Variable in class net.joelinn.quartz.jobstore.AbstractRedisStorage
 
RedisStorage - Class in net.joelinn.quartz.jobstore
Joe Linn 8/22/2015
RedisStorage(RedisJobStoreSchema, ObjectMapper, SchedulerSignaler, String, int) - Constructor for class net.joelinn.quartz.jobstore.RedisStorage
 
RedisTriggerState - Enum in net.joelinn.quartz.jobstore
Joe Linn 7/15/2014
releaseAcquiredTrigger(OperableTrigger, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Inform the JobStore that the scheduler no longer plans to fire the given Trigger, that it had previously acquired (reserved).
releaseAcquiredTrigger(OperableTrigger) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Inform the JobStore that the scheduler no longer plans to fire the given Trigger, that it had previously acquired (reserved).
releaseOrphanedTriggers(RedisTriggerState, RedisTriggerState, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Release triggers from the given current state to the new state if its locking scheduler has not registered as alive in the last 10 minutes
releaseTriggersCron(T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Release triggers currently held by schedulers which have ceased to function
removeCalendar(String, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Remove (delete) the Calendar with the given name.
removeCalendar(String, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
Remove (delete) the Calendar with the given name.
removeCalendar(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Remove (delete) the Calendar with the given name.
removeCalendar(String, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
Remove (delete) the Calendar with the given name.
removeJob(JobKey, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Remove the given job from Redis
removeJob(JobKey, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
Remove the given job from Redis
removeJob(JobKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Remove (delete) the Job with the given key, and any Trigger s that reference it.
removeJob(JobKey, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
Remove the given job from Redis
removeJobs(List<JobKey>) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
 
removeTrigger(TriggerKey, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Remove (delete) the Trigger with the given key.
removeTrigger(TriggerKey, boolean, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Remove (delete) the Trigger with the given key.
removeTrigger(TriggerKey, boolean, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
Remove (delete) the Trigger with the given key.
removeTrigger(TriggerKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Remove (delete) the Trigger with the given key.
removeTrigger(TriggerKey, boolean, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
Remove (delete) the Trigger with the given key.
removeTriggers(List<TriggerKey>) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
 
replaceTrigger(TriggerKey, OperableTrigger, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Remove (delete) the Trigger with the given key, and store the new given one - which must be associated with the same job.
replaceTrigger(TriggerKey, OperableTrigger) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Remove (delete) the Trigger with the given key, and store the new given one - which must be associated with the same job.
resumeAll(T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Resume (un-pause) all triggers - equivalent of calling resumeTriggerGroup(group) on every group.
resumeAll() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Resume (un-pause) all triggers - equivalent of calling resumeTriggerGroup(group) on every group.
resumeJob(JobKey, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Resume (un-pause) the Job with the given key.
resumeJob(JobKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Resume (un-pause) the Job with the given key.
resumeJobs(GroupMatcher<JobKey>, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Resume (un-pause) all of the Jobs in the given group.
resumeJobs(GroupMatcher<JobKey>, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
Resume (un-pause) all of the Jobs in the given group.
resumeJobs(GroupMatcher<JobKey>) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Resume (un-pause) all of the Jobs in the given group.
resumeJobs(GroupMatcher<JobKey>, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
Resume (un-pause) all of the Jobs in the given group.
resumeTrigger(TriggerKey, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Resume (un-pause) a Trigger
resumeTrigger(TriggerKey, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
Resume (un-pause) a Trigger
resumeTrigger(TriggerKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Resume (un-pause) the Trigger with the given key.
resumeTrigger(TriggerKey, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
Resume (un-pause) a Trigger
resumeTriggers(GroupMatcher<TriggerKey>, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Resume (un-pause) all of the Triggers in the given group.
resumeTriggers(GroupMatcher<TriggerKey>, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
Resume (un-pause) all of the Triggers in the given group.
resumeTriggers(GroupMatcher<TriggerKey>) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Resume (un-pause) all of the Triggers in the given group.
resumeTriggers(GroupMatcher<TriggerKey>, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
Resume (un-pause) all of the Triggers in the given group.
retrieveCalendar(String, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Retrieve a calendar
retrieveCalendar(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Retrieve the given Trigger.
retrieveJob(JobKey, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Retrieve a job from redis
retrieveJob(JobKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Retrieve the JobDetail for the given Job.
retrieveTrigger(TriggerKey, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Retrieve a trigger from Redis
retrieveTrigger(TriggerKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Retrieve the given Trigger.

S

schedulerInstanceId - Variable in class net.joelinn.quartz.jobstore.AbstractRedisStorage
 
schedulerPaused() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Called by the QuartzScheduler to inform the JobStore that the scheduler has been paused.
schedulerResumed() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Called by the QuartzScheduler to inform the JobStore that the scheduler has resumed after being paused.
schedulerStarted() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Called by the QuartzScheduler to inform the JobStore that the scheduler has started.
setCronExpression(CronExpression) - Method in class net.joelinn.quartz.jobstore.mixin.CronTriggerMixin
 
setCronExpression(String) - Method in class net.joelinn.quartz.jobstore.mixin.CronTriggerMixin
 
setDatabase(int) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
 
setDatabase(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
 
setDurability(boolean) - Method in class net.joelinn.quartz.jobstore.mixin.JobDetailMixin
 
setHost(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
 
setInstanceId(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Inform the JobStore of the Scheduler instance's Id, prior to initialize being invoked.
setInstanceName(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Inform the JobStore of the Scheduler instance's name, prior to initialize being invoked.
setJedisCluster(JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
 
setJedisPool(Pool<Jedis>) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
 
setKeyDelimiter(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
 
setKeyPrefix(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
 
setLockTimeout(int) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
 
setLockTimeout(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
 
setMasterGroupName(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
 
setMisfireThreshold(int) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
 
setMisfireThreshold(int) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
 
setPassword(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
 
setPort(int) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
 
setPort(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
 
setRedisCluster(boolean) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
 
setRedisSentinel(boolean) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
 
setSsl(boolean) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
 
setSsl(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
 
setThreadPoolSize(int) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Tells the JobStore the pool size used to execute jobs
settLastTriggerReleaseTime(long, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Set the last time at which orphaned triggers were released
setTriggerState(RedisTriggerState, double, String, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Set a trigger state by adding the trigger to the relevant sorted set, using its next fire time as the score.
shutdown() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Called by the QuartzScheduler to inform the JobStore that it should free up all of it's resources because the scheduler is shutting down.
signaler - Variable in class net.joelinn.quartz.jobstore.AbstractRedisStorage
 
soTimeout - Variable in class net.joelinn.quartz.jobstore.RedisJobStore
socket timeout in ms
split(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
Split a string on the configured delimiter
ssl - Variable in class net.joelinn.quartz.jobstore.RedisJobStore
ssl flag
storage - Variable in class net.joelinn.quartz.jobstore.RedisJobStore
 
storeCalendar(String, Calendar, boolean, boolean, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Store a Calendar
storeCalendar(String, Calendar, boolean, boolean, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
Store a Calendar
storeCalendar(String, Calendar, boolean, boolean) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Store the given Calendar.
storeCalendar(String, Calendar, boolean, boolean, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
Store a Calendar
storeJob(JobDetail, boolean, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Store a job in Redis
storeJob(JobDetail, boolean, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
Store a job in Redis
storeJob(JobDetail, boolean) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Store the given JobDetail.
storeJob(JobDetail, boolean, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
Store a job in Redis
storeJobAndTrigger(JobDetail, OperableTrigger) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Store the given JobDetail and Trigger.
storeJobsAndTriggers(Map<JobDetail, Set<? extends Trigger>>, boolean) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
 
storeTrigger(OperableTrigger, boolean, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Store a trigger in redis
storeTrigger(OperableTrigger, boolean, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
Store a trigger in redis
storeTrigger(OperableTrigger, boolean) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Store the given Trigger.
storeTrigger(OperableTrigger, boolean, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
Store a trigger in redis
supportsPersistence() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
 

T

toState(String) - Static method in enum net.joelinn.quartz.jobstore.RedisTriggerState
 
TRIGGER_CLASS - Static variable in class net.joelinn.quartz.jobstore.AbstractRedisStorage
 
TRIGGER_LOCK_TIMEOUT - Variable in class net.joelinn.quartz.jobstore.AbstractRedisStorage
 
TRIGGER_NEXT_FIRE_TIME - Static variable in class net.joelinn.quartz.jobstore.AbstractRedisStorage
The name of the trigger hash property which stores the trigger's next fire time
triggerDataMapHashKey(TriggerKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
triggeredJobComplete(OperableTrigger, JobDetail, Trigger.CompletedExecutionInstruction, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Inform the JobStore that the scheduler has completed the firing of the given Trigger (and the execution of its associated Job completed, threw an exception, or was vetoed), and that the JobDataMap in the given JobDetail should be updated if the Job is stateful.
triggeredJobComplete(OperableTrigger, JobDetail, Trigger.CompletedExecutionInstruction, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
Inform the JobStore that the scheduler has completed the firing of the given Trigger (and the execution of its associated Job completed, threw an exception, or was vetoed), and that the JobDataMap in the given JobDetail should be updated if the Job is stateful.
triggeredJobComplete(OperableTrigger, JobDetail, Trigger.CompletedExecutionInstruction) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Inform the JobStore that the scheduler has completed the firing of the given Trigger (and the execution of its associated Job completed, threw an exception, or was vetoed), and that the JobDataMap in the given JobDetail should be updated if the Job is stateful.
triggeredJobComplete(OperableTrigger, JobDetail, Trigger.CompletedExecutionInstruction, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
Inform the JobStore that the scheduler has completed the firing of the given Trigger (and the execution of its associated Job completed, threw an exception, or was vetoed), and that the JobDataMap in the given JobDetail should be updated if the Job is stateful.
triggerGroup(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
triggerGroupSetKey(TriggerKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
triggerGroupsSet() - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
triggerHashKey(TriggerKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
triggerKey(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
triggerLockKey(TriggerKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
TriggerMixin - Class in net.joelinn.quartz.jobstore.mixin
Joe Linn 7/15/2014
TriggerMixin() - Constructor for class net.joelinn.quartz.jobstore.mixin.TriggerMixin
 
triggersFired(List<OperableTrigger>, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Inform the JobStore that the scheduler is now firing the given Trigger (executing its associated Job), that it had previously acquired (reserved).
triggersFired(List<OperableTrigger>, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
Inform the JobStore that the scheduler is now firing the given Trigger (executing its associated Job), that it had previously acquired (reserved).
triggersFired(List<OperableTrigger>) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
Inform the JobStore that the scheduler is now firing the given Trigger (executing its associated Job), that it had previously acquired (reserved).
triggersFired(List<OperableTrigger>, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
Inform the JobStore that the scheduler is now firing the given Trigger (executing its associated Job), that it had previously acquired (reserved).
triggersSet() - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 
triggerStateKey(RedisTriggerState) - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
 

U

unlock(T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Attempt to remove lock
unsetTriggerState(String, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Unsets the state of the given trigger key by removing the trigger from all trigger state sets.
unsetTriggerState(String, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
Unsets the state of the given trigger key by removing the trigger from all trigger state sets.
unsetTriggerState(String, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
Unsets the state of the given trigger key by removing the trigger from all trigger state sets.

V

valueOf(String) - Static method in enum net.joelinn.quartz.jobstore.RedisTriggerState
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.joelinn.quartz.jobstore.RedisTriggerState
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitForLock(T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
Attempt to acquire lock.
A B C D G H I J K L M N P R S T U V W 
Skip navigation links

Copyright © 2018. All rights reserved.