public static enum DataNodeLockManager.LockLevel extends Enum<DataNodeLockManager.LockLevel>
Enum Constant and Description |
---|
BLOCK_POOl |
VOLUME |
Modifier and Type | Method and Description |
---|---|
static DataNodeLockManager.LockLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataNodeLockManager.LockLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataNodeLockManager.LockLevel BLOCK_POOl
public static final DataNodeLockManager.LockLevel VOLUME
public static DataNodeLockManager.LockLevel[] values()
for (DataNodeLockManager.LockLevel c : DataNodeLockManager.LockLevel.values()) System.out.println(c);
public static DataNodeLockManager.LockLevel 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 © 2008–2024 Apache Software Foundation. All rights reserved.