public static enum RrdJRobin14FileBackend.LockMode extends Enum<RrdJRobin14FileBackend.LockMode>
Enum Constant and Description |
---|
EXCEPTION_IF_LOCKED |
NO_LOCKS |
WAIT_IF_LOCKED |
Modifier and Type | Method and Description |
---|---|
static RrdJRobin14FileBackend.LockMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RrdJRobin14FileBackend.LockMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RrdJRobin14FileBackend.LockMode EXCEPTION_IF_LOCKED
public static final RrdJRobin14FileBackend.LockMode WAIT_IF_LOCKED
public static final RrdJRobin14FileBackend.LockMode NO_LOCKS
public static RrdJRobin14FileBackend.LockMode[] values()
for (RrdJRobin14FileBackend.LockMode c : RrdJRobin14FileBackend.LockMode.values()) System.out.println(c);
public static RrdJRobin14FileBackend.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 null