| Package | Description |
|---|---|
| net.joelinn.quartz.jobstore |
| Modifier and Type | Method and Description |
|---|---|
static RedisTriggerState |
RedisTriggerState.toState(String key) |
static RedisTriggerState |
RedisTriggerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedisTriggerState[] |
RedisTriggerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRedisStorage.releaseOrphanedTriggers(RedisTriggerState currentState,
RedisTriggerState newState,
T jedis)
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
|
boolean |
AbstractRedisStorage.setTriggerState(RedisTriggerState state,
double score,
String triggerHashKey,
T jedis)
Set a trigger state by adding the trigger to the relevant sorted set, using its next fire time as the score.
|
String |
RedisJobStoreSchema.triggerStateKey(RedisTriggerState state) |
Copyright © 2018. All rights reserved.