public enum RedisTriggerState extends Enum<RedisTriggerState>
| Enum Constant and Description |
|---|
ACQUIRED |
BLOCKED |
COMPLETED |
ERROR |
PAUSED |
PAUSED_BLOCKED |
WAITING |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
org.quartz.Trigger.TriggerState |
getTriggerState() |
static RedisTriggerState |
toState(String key) |
static RedisTriggerState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedisTriggerState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RedisTriggerState WAITING
public static final RedisTriggerState PAUSED
public static final RedisTriggerState BLOCKED
public static final RedisTriggerState PAUSED_BLOCKED
public static final RedisTriggerState ACQUIRED
public static final RedisTriggerState COMPLETED
public static final RedisTriggerState ERROR
public static RedisTriggerState[] values()
for (RedisTriggerState c : RedisTriggerState.values()) System.out.println(c);
public static RedisTriggerState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getKey()
public org.quartz.Trigger.TriggerState getTriggerState()
public static RedisTriggerState toState(String key)
Copyright © 2016. All rights reserved.