Package | Description |
---|---|
alluxio.exception.status | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
static TStatus |
Status.toThrift(Status status)
Converts an internal exception status to a Thrift type status.
|
Modifier and Type | Method and Description |
---|---|
static Status |
Status.fromThrift(TStatus status)
Creates a
Status from a Thrift type status. |
Modifier and Type | Method and Description |
---|---|
static TStatus |
TStatus.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
TStatus |
AlluxioTException.getStatus() |
static TStatus |
TStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TStatus[] |
TStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AlluxioTException |
AlluxioTException.setStatus(TStatus status) |
Constructor and Description |
---|
AlluxioTException(String message,
TStatus status) |
Copyright © 2023. All Rights Reserved.