@Internal public static enum SynchronizedPluginPersistentStateStore.LockMode extends Enum<SynchronizedPluginPersistentStateStore.LockMode>
| Enum Constant and Description |
|---|
FAIRREADWRITE |
FAIRSIMPLE |
READWRITE |
SIMPLE |
UNLOCKED |
| Modifier and Type | Method and Description |
|---|---|
static SynchronizedPluginPersistentStateStore.LockMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SynchronizedPluginPersistentStateStore.LockMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SynchronizedPluginPersistentStateStore.LockMode UNLOCKED
public static final SynchronizedPluginPersistentStateStore.LockMode SIMPLE
public static final SynchronizedPluginPersistentStateStore.LockMode FAIRSIMPLE
public static final SynchronizedPluginPersistentStateStore.LockMode READWRITE
public static final SynchronizedPluginPersistentStateStore.LockMode FAIRREADWRITE
public static SynchronizedPluginPersistentStateStore.LockMode[] values()
for (SynchronizedPluginPersistentStateStore.LockMode c : SynchronizedPluginPersistentStateStore.LockMode.values()) System.out.println(c);
public static SynchronizedPluginPersistentStateStore.LockMode 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 nullCopyright © 2019 Atlassian. All rights reserved.