Package | Description |
---|---|
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
static LockBlockStatus |
LockBlockStatus.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
LockBlockStatus |
LockBlockTResponse.getLockBlockStatus() |
static LockBlockStatus |
LockBlockStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LockBlockStatus[] |
LockBlockStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LockBlockTResponse |
LockBlockTResponse.setLockBlockStatus(LockBlockStatus lockBlockStatus) |
Constructor and Description |
---|
LockBlockTResponse(long lockId,
String blockPath,
LockBlockStatus lockBlockStatus) |
Copyright © 2023. All Rights Reserved.