| 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 |
RedisStorage.releaseOrphanedTriggers(RedisTriggerState currentState,
RedisTriggerState newState,
redis.clients.jedis.Jedis 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 |
RedisStorage.setTriggerState(RedisTriggerState state,
double score,
String triggerHashKey,
redis.clients.jedis.Jedis 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 © 2014. All rights reserved.